|
|
|
@ -50,7 +50,7 @@ module OpenProject |
|
|
|
|
config.filter_parameters += [:password] |
|
|
|
|
|
|
|
|
|
# Enable the asset pipeline |
|
|
|
|
config.assets.enabled = false |
|
|
|
|
config.assets.enabled = true |
|
|
|
|
|
|
|
|
|
# Enable escaping HTML in JSON. |
|
|
|
|
config.active_support.escape_html_entities_in_json = true |
|
|
|
@ -74,6 +74,6 @@ module OpenProject |
|
|
|
|
config.active_record.whitelist_attributes = true |
|
|
|
|
|
|
|
|
|
# Version of your assets, change this if you want to expire all your assets |
|
|
|
|
# config.assets.version = '1.0' |
|
|
|
|
config.assets.version = '1.0' |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|