using sprockets-rails instead of quiet-assets

This commit is contained in:
shlok007 2016-08-27 19:34:27 -04:00
parent 46774748ba
commit 9ace40d9fc
3 changed files with 7 additions and 5 deletions

View file

@ -34,6 +34,9 @@ Osem::Application.configure do
# Do not eager load code on boot.
config.eager_load = false
# Do not log asset requests
config.assets.quiet = true
# Set the detault url for action mailer
config.action_mailer.default_url_options = { host: (ENV['OSEM_HOSTNAME'] || 'localhost:3000') }