fix

Hesham E committed Oct 25, 2010
commit e5d43758f17ba9d32e628cb80b500c43587306f9
Showing 1 changed file with 2 additions and 3 deletions
app/controllers/cms_admin/base_controller.rb +2 -3
@@ @@ -1,7 +1,6 @@
- # Authentication module must have #authenticate method
- include ComfortableMexicanSofa.config.authentication.to_s.constantize
-
class CmsAdmin::BaseController < ApplicationController
+ # Authentication module must have #authenticate method
+ include ComfortableMexicanSofa.config.authentication.to_s.constantize
before_filter :authenticate,
:load_admin_cms_site