restful authentication current_user

时间:2010-08-12 15:00:30

标签: ruby-on-rails

它是否在控制器中可用,因为它对我不起作用。

1 个答案:

答案 0 :(得分:2)

您的ApplicationController类是否包含下面显示的行?

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