Flowdock
method

new

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::HasAndBelongsToManyAssociationForeignKeyNeeded
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 75
    def initialize(reflection)
      super("Cannot create self referential has_and_belongs_to_many association on '#{reflection.class_name rescue nil}##{reflection.name rescue nil}'. :association_foreign_key cannot be the same as the :foreign_key.")
    end
Register or log in to add new notes.