Sjors Branderhorst

Results 1 comments of Sjors Branderhorst

Hi cionescu, thanks for the snippet. When upgrading to 2.13 I had to rewrite it as: ``` ActiveSupport::Notifications.subscribe ActiveAdmin::Resource::RegisterEvent do |name, start, finish, id, resource| resource[:active_admin_resource].dsl.send :permit_params do active_admin_authorization.retrieve_policy(resource_class).permitted_attributes end...