Fix up the applications area (#4664)
- Section it into "Development" area - Improve UI of application form, index, and details
This commit is contained in:
@ -80,8 +80,10 @@ Rails.application.routes.draw do
|
||||
|
||||
resource :follower_domains, only: [:show, :update]
|
||||
|
||||
resources :applications do
|
||||
put :regenerate
|
||||
resources :applications, except: [:edit] do
|
||||
member do
|
||||
post :regenerate
|
||||
end
|
||||
end
|
||||
|
||||
resource :delete, only: [:show, :destroy]
|
||||
|
Reference in New Issue
Block a user