Class: ActiveRecord::Reflection::AssociationReflection
- Inherits:
-
MacroReflection
- Object
- MacroReflection
- ActiveRecord::Reflection::AssociationReflection
- Defined in:
- lib/duty_free.rb
Instance Method Summary collapse
Instance Method Details
#join_table ⇒ Object
386 387 388 |
# File 'lib/duty_free.rb', line 386 def join_table @join_table ||= [:join_table] || derive_join_table end |