取消启用assets,原因:启用后界面样式不对

This commit is contained in:
sw 2014-12-11 11:54:42 +08:00
parent 49341714ca
commit 77d72039fe
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module RedmineApp
config.filter_parameters += [:password]
# Enable the asset pipeline
config.assets.enabled = true
config.assets.enabled = false
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'