Updates the Moderation Organisation controller

This commit is contained in:
kikito
2015-08-13 20:05:32 +02:00
parent 976c88177d
commit 4e5d53f2f1
4 changed files with 21 additions and 27 deletions

View File

@@ -29,8 +29,8 @@ Rails.application.routes.draw do
root to: "dashboard#index"
resources :organizations, only: :index do
member do
put :verify_organization
put :reject_organization
put :verify
put :reject
end
end
end