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