mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
18 lines
391 B
Ruby
18 lines
391 B
Ruby
ActiveAdmin.register Device do
|
|
|
|
# See permitted parameters documentation:
|
|
# https://github.com/activeadmin/activeadmin/blob/master/docs/2-resource-customization.md#setting-up-strong-parameters
|
|
#
|
|
# permit_params :list, :of, :attributes, :on, :model
|
|
#
|
|
# or
|
|
#
|
|
# permit_params do
|
|
# permitted = [:permitted, :attributes]
|
|
# permitted << :other if resource.something?
|
|
# permitted
|
|
# end
|
|
|
|
|
|
end
|