質問編集履歴

1

2017/06/23 01:12

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -104,8 +104,14 @@
104
104
 
105
105
  class ApplicationController < ActionController::Base
106
106
 
107
+
108
+
109
+ before_action :authenticate_employee!
110
+
107
111
  before_action :configure_permitted_parameters, if: :devise_controller?
108
112
 
113
+
114
+
109
115
 
110
116
 
111
117
  protect_from_forgery with: :exception