Repository URL to install this package:
|
Version:
1.0.0.pre ▾
|
ActiveAdmin.register <%= class_name %> do
<% if Rails::VERSION::MAJOR == 4 || defined?(ActionController::StrongParameters) %>
# 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 %>
end