aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-06 18:46:14 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-06 18:46:14 +0100
commitc832ed49cc39f009e3db5df8e8e40d19a6b62643 (patch)
tree981b01635fd6819c7bdc0899b0d17d538ff325bc
parente1b7c417707c656c5bd2a41c6fa426e7dc94e97d (diff)
downloadhmnoweb-c832ed49cc39f009e3db5df8e8e40d19a6b62643.tar.gz
hmnoweb-c832ed49cc39f009e3db5df8e8e40d19a6b62643.tar.bz2
hmnoweb-c832ed49cc39f009e3db5df8e8e40d19a6b62643.zip
Typo 'asserts' => 'assets', old habits die hard.
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index d3de916..dbefb32 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -65,6 +65,6 @@ module BetaWebApp
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
- config.assets.prefix = "#{ENV['RAILS_RELATIVE_URL_ROOT']}/asserts"
+ config.assets.prefix = "#{ENV['RAILS_RELATIVE_URL_ROOT']}/assets"
end
end