Method: ActiveRecord::Reflection::AssociationReflection#foreign_key
- Defined in:
- lib/ocean-dynamo/active_record_stuff/reflection.rb
#foreign_key ⇒ Object
204 205 206 |
# File 'lib/ocean-dynamo/active_record_stuff/reflection.rb', line 204 def foreign_key @foreign_key ||= [:foreign_key] || derive_foreign_key end |