Class: ActiveRecord::Reflection::AssociationReflection

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

Instance Method Summary collapse

Instance Method Details

#join_tableObject



1458
1459
1460
# File 'lib/brick.rb', line 1458

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