简体   繁体   中英

Ruby on rails 4, Active admin customize devise signup

我在rails 4上使用ruby并安装了Activeadmin gem,它自动安装了devise gem,现在我除了具有activeadmin面板和用户外,还可以注册普通用户,问题是我想在此处编辑注册页面“ / users / sign_up”,我找不到设计视图或activeadmin视图,我也搜索了项目文件夹,只找到了“ devise.rb”,没有任何视图。

Use rails generate devise:views command to generate views. Views will appear under /views/devise .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM