#1 楼 @huacnlee 然后路径如何访问?http://192.168.33.10:3000/cpanel/posts??
rails_admin 定制业务逻辑 比较麻烦了!
#10 楼 @tanjianna .force_encoding("GBK").encode("utf-8", replace: nil)
iframe 不好用!不便于 SEO
rails_admin.rb 这个文件配置就行!
RailsAdmin.config do |config|
config.actions do
# root actions
dashboard # mandatory
# collection actions
index # mandatory
new
#export
#history_index
bulk_delete
# member actions
show
edit
delete
#history_show
show_in_app
end
end
谢谢 ywencn 果然 把 registerable 去掉就可以了 非常感谢,那我想禁止 user 的增和修改呢?在那里配置?