Class: ActiveRecordWhereAssoc::ActiveRecordCompat::JoinKeys
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecordWhereAssoc::ActiveRecordCompat::JoinKeys
- Defined in:
- lib/active_record_where_assoc/active_record_compat.rb,
lib/active_record_where_assoc/active_record_compat.rb
Overview
4.1 change that introduced JoinKeys: github.com/rails/rails/commit/5823e429981dc74f8f53187d2ab573823381bf28#diff-523caff658498027f61cae9d91c8503dL108
Instance Attribute Summary collapse
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
6 7 8 |
# File 'lib/active_record_where_assoc/active_record_compat.rb', line 6 def foreign_key @foreign_key end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/active_record_where_assoc/active_record_compat.rb', line 6 def key @key end |