method
    
    new
 
  new(name, scope, options, active_record)
  public
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/reflection.rb, line 332 def initialize(name, scope, options, active_record) @name = name @scope = scope @options = options @active_record = active_record @klass = options[:anonymous_class] @plural_name = active_record.pluralize_table_names ? name.to_s.pluralize : name.to_s end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
 = protected
 = protected
  