Use default :edit routing (#14535)

master
niwatori24 4 years ago committed by GitHub
parent 8b61bb1c3e
commit 1326c57506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      config/routes.rb

@ -171,11 +171,7 @@ Rails.application.routes.draw do
get '/dashboard', to: 'dashboard#index'
resources :domain_allows, only: [:new, :create, :show, :destroy]
resources :domain_blocks, only: [:new, :create, :show, :destroy, :update] do
member do
get :edit
end
end
resources :domain_blocks, only: [:new, :create, :show, :destroy, :update, :edit]
resources :email_domain_blocks, only: [:index, :new, :create, :destroy]
resources :action_logs, only: [:index]

Loading…
Cancel
Save