开发者

restful authentication current_user

开发者 https://www.devze.com 2023-01-11 12:45 出处:网络
Is it 开发者_Python百科available in the controller, because it\'s not working for me.Does your ApplicationController class contain the lines shown below?

Is it 开发者_Python百科available in the controller, because it's not working for me.


Does your ApplicationController class contain the lines shown below?

class ApplicationController < ActionController::Base
  include AuthenticatedSystem
  helper :all
  ...
end
0

精彩评论

暂无评论...
验证码 换一张
取 消