Class: Decidim::NotificationsCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::NotificationsCell
- Includes:
- CellsPaginateHelper, LayoutHelper
- Defined in:
- decidim-core/app/cells/decidim/notifications_cell.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
11 12 13 14 15 |
# File 'decidim-core/app/cells/decidim/notifications_cell.rb', line 11 def show return render :validations if .present? render :show end |