Class: RubyCms::Admin::BaseController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/ruby_cms/admin/base_controller.rb

Overview

Base for all /admin controllers. Ensures authentication and permission enforcement. Inherits from the host’s ApplicationController (or config.admin_base_controller). This layout must not be used for public pages.