尝试在ruby应用程序中安装Administrator Gem遵循所有步骤,当尝试打开在我的终端中有此问题的应用程序时:
"NameError(未初始化常量Admin::Administrate(:">
控制器>管理员
module Admin
class ApplicationController < Administrate::ApplicationController
before_action :authenticate_admin
def authenticate_admin
# TODO Add authentication logic here.
end
生成的一些路由:
Rails.application.routes.draw do
namespace :admin do
resources :coaches
resources :coach_profiles
resources :sessions
root to: 'coaches#index'
end
我卸载了gem并重新安装了它。不工作
您的代码看起来不错,请尝试重新启动服务器