module Gifted::Monkey::ActiveRecord::Associations::Association

Public Instance Methods

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