method

new

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

Method deprecated or moved

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

new(name, scope, options, active_record)
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 606
      def initialize(name, scope, options, active_record)
        super(name, scope, options, active_record)
      end