We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d92f1 commit 9cdb97aCopy full SHA for 9cdb97a
config/routes.rb
@@ -55,7 +55,7 @@
55
# This will be deprecated once all team management moves to settings
56
57
# Redirect /admin/settings to default tab
58
- get "settings", to: redirect("#{Rails.application.config.relative_url_root}/admin/settings/team")
+ get "settings", to: redirect("/admin/settings/team")
59
60
resources :customers, only: %i[index show edit update] do
61
resources :subscriptions, only: %i[new create]
docker-compose.yml
@@ -31,6 +31,7 @@ services:
31
environment:
32
- RAILS_MASTER_KEY=${RAILS_MASTER_KEY}
33
- APP_ENV=uat
34
+ - SCRIPT_NAME=/e-newspaper
35
networks:
36
- rails_network
37
- kamal
0 commit comments