Class: Decidim::NotificationsCell

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

Instance Method Summary collapse

Methods included from CellsPaginateHelper

#paginate, #per_page

Methods included from PaginateHelper

#decidim_paginate

Instance Method Details

#showObject



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

def show
  return render :validations if validation_messages.present?

  render :show
end