diff --git a/config/routes/admin.rb b/config/routes/admin.rb index 207cb0580..d53144481 100644 --- a/config/routes/admin.rb +++ b/config/routes/admin.rb @@ -50,6 +50,7 @@ namespace :admin do resource :about, only: [:show, :update], controller: 'about' resource :appearance, only: [:show, :update], controller: 'appearance' resource :discovery, only: [:show, :update], controller: 'discovery' + resource :hometown, only: [:show, :update], controller: 'hometown' end resources :site_uploads, only: [:destroy]