module CollectionAssociationDecorator

Public Instance Methods

first_nth_or_last(*args) click to toggle source
Calls superclass method
# File lib/active_decorator_with_decorate_associations/collection_association_decorator.rb, line 13
def first_nth_or_last(*args)
  ActiveDecoratorWithDecorateAssociations::Decorator.instance.decorate(owner, super)
end
first_or_last(*args) click to toggle source
Calls superclass method
# File lib/active_decorator_with_decorate_associations/collection_association_decorator.rb, line 7
def first_or_last(*args)
  ActiveDecoratorWithDecorateAssociations::Decorator.instance.decorate(owner, super)
end