Module: Adminable::Attributes::Association
- Included in:
- Types::BelongsTo, Types::HasMany
- Defined in:
- lib/adminable/attributes/association.rb
Instance Attribute Summary collapse
-
#association ⇒ Object
readonly
Returns the value of attribute association.
-
#options_for_select(entry) ⇒ Object
readonly
Returns the value of attribute options_for_select.
Instance Attribute Details
#association ⇒ Object (readonly)
Returns the value of attribute association.
4 5 6 |
# File 'lib/adminable/attributes/association.rb', line 4 def association @association end |
#options_for_select(entry) ⇒ Object (readonly)
Returns the value of attribute options_for_select.
4 5 6 |
# File 'lib/adminable/attributes/association.rb', line 4 def @options_for_select end |