Class: Cathode::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Cathode::BaseController
- Defined in:
- app/controllers/cathode/base_controller.rb
Overview
Defines a basic controller for all Cathode controllers to inherit from. Intercepts all Rails requests and sends them off to Request with the context to to be processed.