Class: Decidim::Votings::ContentBlockCell

Inherits:
Admin::ContentBlockCell
  • Object
show all
Defined in:
app/cells/decidim/votings/content_block_cell.rb

Instance Method Summary collapse

Instance Method Details

#decidim_votingsObject



12
13
14
# File 'app/cells/decidim/votings/content_block_cell.rb', line 12

def decidim_votings
  Decidim::Votings::AdminEngine.routes.url_helpers
end

#edit_content_block_pathObject



8
9
10
# File 'app/cells/decidim/votings/content_block_cell.rb', line 8

def edit_content_block_path
  decidim_votings.edit_voting_landing_page_content_block_path(scoped_resource, manifest_name)
end