Module: InverseOf::Associations::HasManyThroughAssociation
- Defined in:
- lib/inverse_of.rb
Instance Method Summary collapse
- #initialize(owner, reflection) ⇒ Object
-
#we_can_set_the_inverse_on_this?(record) ⇒ Boolean
NOTE - not sure that we can actually cope with inverses here.
Instance Method Details
#initialize(owner, reflection) ⇒ Object
184 185 186 |
# File 'lib/inverse_of.rb', line 184 def initialize(owner, reflection) super end |
#we_can_set_the_inverse_on_this?(record) ⇒ Boolean
NOTE - not sure that we can actually cope with inverses here
189 190 191 |
# File 'lib/inverse_of.rb', line 189 def we_can_set_the_inverse_on_this?(record) false end |