diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/environments/development.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 42ce578..0d7c1ae 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -34,4 +34,5 @@ BetaWebApp::Application.configure do # Expands the lines which load the assets config.assets.debug = true + config.assets.prefix = '/dev-assets' end |