Renaming of management validations

This commit is contained in:
kikito
2015-10-01 19:27:04 +02:00
parent 4bb02ff564
commit 1fe850b6dc
15 changed files with 97 additions and 118 deletions

View File

@@ -166,15 +166,13 @@ Rails.application.routes.draw do
namespace :management do
root to: "dashboard#index"
resources :on_site_verifications, only: [:index, :new, :create] do
resources :document_verifications, only: [:index, :new, :create] do
collection do
post :check
end
end
resources :on_site_verification_emails, only: [:new, :create]
resources :email_verifications, only: [:new, :create]
end
# Example of regular route: