Flowdock
method

invertible_for?

Importance_0
invertible_for?(record) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/belongs_to_association.rb, line 126
        def invertible_for?(record)
          inverse = inverse_reflection_for(record)
          inverse && (inverse.has_one? || ActiveRecord::Base.has_many_inversing)
        end
Register or log in to add new notes.