comparison config/application.rb @ 398:851432f21603

Nope, failing at redesigning.
author nanaya <me@myconan.net>
date Sun, 06 Sep 2015 03:52:52 +0900
parents 7b58d38c9b6a
children 68eb23b52864
comparison
equal deleted inserted replaced
395:26f8c634052c 398:851432f21603
66 # Version of your assets, change this if you want to expire all your assets 66 # Version of your assets, change this if you want to expire all your assets
67 config.assets.version = "1.0" 67 config.assets.version = "1.0"
68 68
69 # No need to initialize application when precompiling assets 69 # No need to initialize application when precompiling assets
70 config.assets.initialize_on_precompile = false 70 config.assets.initialize_on_precompile = false
71
72 config.action_view.field_error_proc = proc { |html| html }
71 end 73 end
72 end 74 end