method
invertible_for?
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Associations::HasAndBelongsToManyAssociation
invertible_for?(record)private
No documentation available.
# File activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb, line 58
def invertible_for?(record)
false
end