app/controllers/alchemy/base_controller.rb in alchemy_cms-3.3.3 vs app/controllers/alchemy/base_controller.rb in alchemy_cms-3.4.0.rc1

- old
+ new

@@ -1,9 +1,10 @@ # This is the main Alchemy controller all other controllers inherit from. # module Alchemy class BaseController < ApplicationController include Alchemy::ConfigurationMethods + include Alchemy::AbilityHelper include Alchemy::ControllerActions include Alchemy::Modules include Alchemy::SSLProtection protect_from_forgery