Class: ActiveRecord::Reflection::AssociationReflection

Inherits:
MacroReflection
  • Object
show all
Defined in:
lib/brick.rb

Instance Method Summary collapse

Instance Method Details

#join_tableObject



1473
1474
1475
# File 'lib/brick.rb', line 1473

def join_table
  @join_table ||= options[:join_table] || derive_join_table
end