瀏覽代碼

Include masquerade_user. Fixes #53

Chris Oliver 6 年之前
父節點
當前提交
964c5f6260
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controllers/application_controller.rb

+ 1 - 0
app/controllers/application_controller.rb

@@ -2,6 +2,7 @@ class ApplicationController < ActionController::Base
   protect_from_forgery with: :exception
 
   before_action :configure_permitted_parameters, if: :devise_controller?
+  before_action :masquerade_user!
 
   protected