Class: Decidim::Proposals::CollaborativeDraftLinkToProposalCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/proposals/collaborative_draft_link_to_proposal_cell.rb

Overview

This cell renders the link to the published proposal of a collaborative draft.

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/cells/decidim/proposals/collaborative_draft_link_to_proposal_cell.rb', line 9

def show
  render if proposal
end