Module: DeferredLoader::AssociationReflectionExtention
- Defined in:
- lib/deferred_loader/association_reflection_extention.rb
Instance Method Summary collapse
Instance Method Details
#initialize(*args) ⇒ Object
4 5 6 7 |
# File 'lib/deferred_loader/association_reflection_extention.rb', line 4 def initialize(*args) super(*args) self.active_record.define_association_with_deferred(self.name) end |