try fix assets precompile error

master
Alexander Negoda 2012-07-30 02:56:45 +04:00
parent bf80a200f0
commit a7722cf8d5
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module Photomix
config.active_support.escape_html_entities_in_json = true
config.assets.enabled = true
config.assets.version = '1.0'
config.assets.precompile += %w( ajaxful_rating.css )
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password, :password_confirmation]