Module: Cortex::Cells::AssociationHelper
- Defined in:
- app/helpers/cortex/cells/association_helper.rb
Instance Method Summary collapse
- #associated_content_item ⇒ Object
- #associated_content_item_title ⇒ Object
- #associated_primary_field ⇒ Object
- #associated_primary_field_item ⇒ Object
- #associated_primary_field_type_class ⇒ Object
Instance Method Details
#associated_content_item ⇒ Object
4 5 6 |
# File 'app/helpers/cortex/cells/association_helper.rb', line 4 def associated_content_item @options[:associated_content_item] end |
#associated_content_item_title ⇒ Object
20 21 22 |
# File 'app/helpers/cortex/cells/association_helper.rb', line 20 def associated_content_item_title @options[:associated_content_item_title] end |
#associated_primary_field ⇒ Object
8 9 10 |
# File 'app/helpers/cortex/cells/association_helper.rb', line 8 def associated_primary_field @options[:associated_primary_field] end |
#associated_primary_field_item ⇒ Object
16 17 18 |
# File 'app/helpers/cortex/cells/association_helper.rb', line 16 def associated_primary_field_item @options[:associated_primary_field_item] end |
#associated_primary_field_type_class ⇒ Object
12 13 14 |
# File 'app/helpers/cortex/cells/association_helper.rb', line 12 def associated_primary_field_type_class @options[:associated_primary_field_type_class] end |