app/controllers/bhf/application_controller.rb in bhf-0.3.10 vs app/controllers/bhf/application_controller.rb in bhf-0.3.11

- old
+ new

@@ -1,8 +1,6 @@ class Bhf::ApplicationController < ActionController::Base - protect_from_forgery - before_filter :init_time, :check_admin_account, :setup_current_account, :load_config, :set_title helper_method :current_account layout 'bhf/application'