Class: Decidim::NavigationMaps::ContentBlocks::NavigationMapCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::NavigationMaps::ContentBlocks::NavigationMapCell
show all
- Includes:
- NavigationMapCellHelpers, SanitizeHelper
- Defined in:
- app/cells/decidim/navigation_maps/content_blocks/navigation_map_cell.rb
Instance Method Summary
collapse
#blueprints, #valid_blueprints, #valid_blueprints?
Instance Method Details
#show ⇒ Object
12
13
14
|
# File 'app/cells/decidim/navigation_maps/content_blocks/navigation_map_cell.rb', line 12
def show
render if valid_blueprints?
end
|
#translated_title ⇒ Object
16
17
18
|
# File 'app/cells/decidim/navigation_maps/content_blocks/navigation_map_cell.rb', line 16
def translated_title
translated_attribute(model.settings.title)
end
|