Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>
This commit is contained in:
parent
3d533e9ac9
commit
1d5671906e
|
|
@ -13,7 +13,7 @@ module InvoiceKeeper
|
||||||
# -- all .rb files in that directory are automatically loaded.
|
# -- 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.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}').to_s]
|
||||||
config.i18n.default_locale = :pl
|
config.i18n.default_locale = :pl
|
||||||
#config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM lvh.me"
|
config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM http://lvh.me"
|
||||||
config.assets.paths << Rails.root.join('app', 'assets', 'fonts')
|
config.assets.paths << Rails.root.join('app', 'assets', 'fonts')
|
||||||
config.assets.precompile += %w( .svg .eot .woff .ttf .otf .woff2 )
|
config.assets.precompile += %w( .svg .eot .woff .ttf .otf .woff2 )
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue