我使用 Rails 作为移动应用程序的后端。我尝试包含 Api 的版本。我使用设计进行身份验证,现在使用 authenticate_user!方法不起作用,它向我显示错误
NoMethodError (undefined method `authenticate_user!' for
#<Api::V1::CategoryController:0x00000103b95088>)
我不知道我在哪里做错了。请帮我解决这个问题。任何帮助表示赞赏。
更新:
module Api
module V1
class CategoryController < ApplicationController
before_filter :authenticate_user!