Enable skylight in staging

This commit is contained in:
gregoirenovel 2017-11-16 18:10:42 +01:00
parent 3796a0ab97
commit 962f1d63ba

View file

@ -34,6 +34,8 @@ module TPS
URL = "http://localhost:3000/"
end
config.skylight.environments += ["staging"]
config.active_job.queue_adapter = :delayed_job
config.action_view.sanitized_allowed_tags = ActionView::Base.sanitized_allowed_tags + ['u']