Class: Decidim::Budgets::LimitAnnouncementCell
- Defined in:
- app/cells/decidim/budgets/limit_announcement_cell.rb
Overview
This cell renders information when current user cannot create more budgets orders.
Instance Method Summary collapse
Methods inherited from BaseCell
Instance Method Details
#show ⇒ Object
11 12 13 |
# File 'app/cells/decidim/budgets/limit_announcement_cell.rb', line 11 def show render if announce? end |