Module: InverseOf::Reflection

Defined in:
lib/inverse_of.rb

Defined Under Namespace

Modules: AssociationReflection, ThroughReflection

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
12
# File 'lib/inverse_of.rb', line 9

def self.included(base)
  base::AssociationReflection.send :include, AssociationReflection
  base::ThroughReflection.send :include, ThroughReflection
end