From c832ed49cc39f009e3db5df8e8e40d19a6b62643 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 6 Jan 2018 18:46:14 +0100 Subject: Typo 'asserts' => 'assets', old habits die hard. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3