Inherit from ApplicationController instead of ActionController::Base.

DeLynn Berry committed May 07, 2011
commit ffad88bbaac4c3848993e28a287e5fc7ec8ffe86
Showing 1 changed file with 1 additions and 1 deletions
app/controllers/cms_admin/base_controller.rb +1 -1
@@ @@ -1,4 +1,4 @@
- class CmsAdmin::BaseController < ActionController::Base
+ class CmsAdmin::BaseController < ApplicationController
protect_from_forgery