Flowdock
method

new

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: ActiveRecord::HasManyThroughSourceAssociationMacroError
new(reflection) 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/associations.rb, line 48
    def initialize(reflection)
      @reflection         = reflection
      @through_reflection = reflection.through_reflection
      @source_reflection  = reflection.source_reflection
    end
Register or log in to add new notes.