restful authentication current_user
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
精彩评论