Flowdock
method

inverse_of

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActiveRecord::Reflection::AssociationReflection
inverse_of() public

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/reflection.rb, line 295
      def inverse_of
        if has_inverse?
          @inverse_of ||= klass.reflect_on_association(options[:inverse_of])
        end
      end
Register or log in to add new notes.