method

inverse_of

rails latest stable - Class: ActiveRecord::Reflection::AssociationReflection

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.1) is shown here.

inverse_of()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 390
      def inverse_of
        return unless inverse_name

        @inverse_of ||= klass._reflect_on_association inverse_name
      end