diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-09 14:00:55 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-09 14:00:55 +0100 |
commit | 75f80bef107cfe9e9c0e6ba3dc51ef86c89e40cc (patch) | |
tree | d507368baac4e85d417af4c64ecc0d9c43a65963 /config/routes.rb | |
parent | 23ebf60b95984764992c4b356048786ed0ab2953 (diff) |
Persist UI settings, add missing localizations for German
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index e46b27f1f..dd6944b29 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -134,6 +134,10 @@ Rails.application.routes.draw do end end end + + namespace :web do + resource :settings, only: [:update] + end end get '/web/(*any)', to: 'home#index', as: :web |