lib/cm_admin/constants.rb in cm-admin-0.4.2 vs lib/cm_admin/constants.rb in cm-admin-0.4.3

- old
+ new

@@ -25,9 +25,12 @@ path: ':id' }, destroy: { verb: :delete, path: ':id' + }, + custom_action: { + verb: :post } } REJECTABLE_FIELDS = %w(id created_at updated_at) end