Chris Oliver 6 лет назад
Родитель
Сommit
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