aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb1
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