module AssociationDecorator
Public Instance Methods
target()
click to toggle source
Calls superclass method
# File lib/active_decorator_with_decorate_associations/association_decorator.rb, line 4 def target ActiveDecoratorWithDecorateAssociations::Decorator.instance.decorate(owner, super) end