Class: Tramway::Conference::UnityDecorator

Inherits:
ApplicationDecorator
  • Object
show all
Defined in:
app/decorators/tramway/conference/unity_decorator.rb

Class Method Summary collapse

Class Method Details

.collectionsObject



5
6
7
# File 'app/decorators/tramway/conference/unity_decorator.rb', line 5

def collections
  [:all]
end

.show_associationsObject



13
14
15
# File 'app/decorators/tramway/conference/unity_decorator.rb', line 13

def show_associations
  [:social_networks]
end

.show_attributesObject



9
10
11
# File 'app/decorators/tramway/conference/unity_decorator.rb', line 9

def show_attributes
  %i[title tagline logo address phone latitude longtitude url found_date email favicon]
end