Skip to content

Commit

Permalink
@join_table_name is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Jan 30, 2011
1 parent 59d54c3 commit c5e912a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -5,8 +5,7 @@ class HasAndBelongsToManyAssociation < AssociationCollection #:nodoc:
attr_reader :join_table

def initialize(owner, reflection)
@join_table_name = reflection.options[:join_table]
@join_table = Arel::Table.new(@join_table_name)
@join_table = Arel::Table.new(reflection.options[:join_table])
super
end

Expand Down

0 comments on commit c5e912a

Please sign in to comment.