Skip to content

Commit 5244121

Browse files
Add some missing configs
1 parent 9496574 commit 5244121

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ class Application < Rails::Application
1818
#
1919
# config.time_zone = "Central Time (US & Canada)"
2020
# config.eager_load_paths << Rails.root.join("extras")
21+
22+
config.i18n.default_locale = :tr
2123
end
2224
end

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# config.assets.css_compressor = :sass
2929

3030
# Do not fallback to assets pipeline if a precompiled asset is missed.
31-
config.assets.compile = false
31+
config.assets.compile = true
3232

3333
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
3434
# config.asset_host = "http://assets.example.com"

0 commit comments

Comments
 (0)