Class: Decidim::ContentRenderers::ProposalRenderer
- Inherits:
-
ResourceRenderer
- Object
- ResourceRenderer
- Decidim::ContentRenderers::ProposalRenderer
- Defined in:
- lib/decidim/content_renderers/proposal_renderer.rb
Overview
A renderer that searches Global IDs representing proposals in content and replaces it with a link to their show page.
e.g. gid://<APP_NAME>/Decidim::Proposals::Proposal/1
Instance Method Summary collapse
Instance Method Details
#regex ⇒ Object
12 13 14 |
# File 'lib/decidim/content_renderers/proposal_renderer.rb', line 12 def regex %r{gid://([\w-]*/Decidim::Proposals::Proposal/(\d+))}i end |