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