diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-01-06 18:46:14 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-01-06 18:46:14 +0100 |
commit | c832ed49cc39f009e3db5df8e8e40d19a6b62643 (patch) | |
tree | 981b01635fd6819c7bdc0899b0d17d538ff325bc /config/application.rb | |
parent | e1b7c417707c656c5bd2a41c6fa426e7dc94e97d (diff) | |
download | hmnoweb-c832ed49cc39f009e3db5df8e8e40d19a6b62643.tar.gz hmnoweb-c832ed49cc39f009e3db5df8e8e40d19a6b62643.tar.bz2 hmnoweb-c832ed49cc39f009e3db5df8e8e40d19a6b62643.zip |
Typo 'asserts' => 'assets', old habits die hard.
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 2 |
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 |