Class: Decidim::ParticipatoryProcessGroups::ContentBlocks::HtmlCell

Inherits:
ContentBlocks::HtmlCell
  • Object
show all
Defined in:
app/cells/decidim/participatory_process_groups/content_blocks/html_cell.rb

Instance Method Summary collapse

Instance Method Details

#block_idObject



7
8
9
# File 'app/cells/decidim/participatory_process_groups/content_blocks/html_cell.rb', line 7

def block_id
  model.manifest_name.parameterize.gsub("_", "-")
end