Skip to content

Commit

Permalink
Merge pull request #1079 from alphagov/samsimpson1/assets-prefix
Browse files Browse the repository at this point in the history
Include app name in the rails assets path
  • Loading branch information
samsimpson1 authored Jan 18, 2023
2 parents 95ccf35 + 2214ed1 commit 8f5a0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ class Application < Rails::Application
#
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

config.assets.prefix = "/assets/support"
end
end

0 comments on commit 8f5a0a8

Please sign in to comment.