lib/cm_admin/constants.rb in cm-admin-1.5.40 vs lib/cm_admin/constants.rb in cm-admin-1.5.41
- old
+ new
@@ -32,9 +32,13 @@
verb: :get,
path: ':id/history'
},
custom_action: {
verb: :post
+ },
+ custom_action_modal: {
+ verb: :get,
+ path: ':id/custom_action_modal/:action_name'
}
}
REJECTABLE_FIELDS = %w(id created_at updated_at)
end