Class: Decidim::NotificationsCell

Inherits:
ViewModel
  • Object
show all
Includes:
CellsPaginateHelper, LayoutHelper
Defined in:
decidim-core/app/cells/decidim/notifications_cell.rb

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
14
15
# File 'decidim-core/app/cells/decidim/notifications_cell.rb', line 11

def show
  return render :validations if validation_messages.present?

  render :show
end