module Gifted::Monkey::ActiveRecord::AssociationRelation

Public Instance Methods

take(*) click to toggle source
Calls superclass method
# File lib/gifted/monkey/active_record/associations.rb, line 44
def take(*)
  Gifted::Decorator.instance.decorate_association(@association.owner, super)
end

Private Instance Methods

find_nth_from_last(*) click to toggle source
Calls superclass method
# File lib/gifted/monkey/active_record/associations.rb, line 54
def find_nth_from_last(*)
  Gifted::Decorator.instance.decorate_association(@association.owner, super)
end
find_nth_with_limit(*) click to toggle source
Calls superclass method
# File lib/gifted/monkey/active_record/associations.rb, line 50
def find_nth_with_limit(*)
  Gifted::Decorator.instance.decorate_association(@association.owner, super)
end