Module: Cortex::Cells::AssociationHelper

Defined in:
app/helpers/cortex/cells/association_helper.rb

Instance Method Summary collapse

Instance Method Details

#associated_content_itemObject



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_titleObject



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_fieldObject



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_itemObject



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_classObject



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