Class: Decidim::NavigationMaps::ContentBlocks::NavigationMapCell

Inherits:
ViewModel
  • Object
show all
Includes:
NavigationMapCellHelpers, SanitizeHelper
Defined in:
app/cells/decidim/navigation_maps/content_blocks/navigation_map_cell.rb

Instance Method Summary collapse

Methods included from NavigationMapCellHelpers

#blueprints, #valid_blueprints, #valid_blueprints?

Instance Method Details

#showObject



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_titleObject



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