Class: Decidim::Proposals::ProposalLinkedResourcesCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Proposals::ProposalLinkedResourcesCell
- Defined in:
- app/cells/decidim/proposals/proposal_linked_resources_cell.rb
Overview
This cell renders the linked resource of a proposal.
Direct Known Subclasses
ProposalLinkToCollaborativeDraftCell, ProposalLinkToRejectedEmendationCell
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
9 10 11 |
# File 'app/cells/decidim/proposals/proposal_linked_resources_cell.rb', line 9 def show render if linked_resource end |