added heroku pg

jamesperet 9 年 前
コミット
89d02ad715
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      config/application.rb

+ 0 - 1
config/application.rb

@@ -19,6 +19,5 @@ module RailsWebsiteTemplate
19 19
     # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
20 20
     # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
21 21
     # config.i18n.default_locale = :de
22
-    config.assets.initialize_on_precompile = false
23 22
   end
24 23
 end