Ruby on rails restful身份验证当前用户

Ruby on rails restful身份验证当前用户,ruby-on-rails,Ruby On Rails,它是否在控制器中可用,因为它不适用于我。您的ApplicationController类是否包含如下所示的行 class ApplicationController < ActionController::Base include AuthenticatedSystem helper :all ... end class ApplicationController

它是否在控制器中可用,因为它不适用于我。

您的
ApplicationController
类是否包含如下所示的行

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