Signed-off-by: Adrian Hinz <adhinz@gmail.com>

This commit is contained in:
Adrian Hinz 2017-06-25 10:29:52 +02:00
parent 497ded1bf2
commit 13fd37912a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module InvoiceKeeper
# -- all .rb files in that directory are automatically loaded.
config.i18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}').to_s]
config.i18n.default_locale = :pl
config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM http://lvh.me"
config.assets.paths << Rails.root.join('app', 'assets', 'fonts')
config.assets.precompile += %w( .svg .eot .woff .ttf .otf .woff2 )
end