Module: Tramway::Core::Default::ValuesHelper

Included in:
ApplicationDecorator
Defined in:
app/decorators/tramway/core/default/values_helper.rb

Instance Method Summary collapse

Instance Method Details

#collectionsObject



4
5
6
# File 'app/decorators/tramway/core/default/values_helper.rb', line 4

def collections
  [:all]
end

#list_attributesObject



8
9
10
# File 'app/decorators/tramway/core/default/values_helper.rb', line 8

def list_attributes
  []
end

#list_filtersObject



20
21
22
# File 'app/decorators/tramway/core/default/values_helper.rb', line 20

def list_filters
  {}
end

#show_associationsObject



16
17
18
# File 'app/decorators/tramway/core/default/values_helper.rb', line 16

def show_associations
  []
end

#show_attributesObject



12
13
14
# File 'app/decorators/tramway/core/default/values_helper.rb', line 12

def show_attributes
  []
end