mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-15 16:25:57 +10:00
19 lines
423 B
Ruby
19 lines
423 B
Ruby
ActiveAdmin.register ShareInstance 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
|