Module: Admin

Defined in:
lib/kowl/templates/app/controllers/admin/application_controller.rb,
lib/kowl/templates/app/controllers/admin/users_controller.rb,
lib/kowl/templates/app/controllers/admin/login_activities_controller.rb

Overview

All Administrate controllers inherit from this ‘Admin::ApplicationController`, making it the ideal place to put authentication logic or other before_actions.

If you want to add pagination or other controller-level concerns, you’re free to overwrite the RESTful controller actions.

Defined Under Namespace

Classes: ApplicationController, LoginActivitiesController, UsersController