Class: Sufia::AdminDashboardPresenter

Inherits:
Object
  • Object
show all
Defined in:
app/presenters/sufia/admin_dashboard_presenter.rb

Instance Method Summary collapse

Instance Method Details

#user_countFixnum



4
5
6
# File 'app/presenters/sufia/admin_dashboard_presenter.rb', line 4

def user_count
  ::User.count
end