mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
Drop Rails3 support
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
Discourse::Application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb
|
||||
|
||||
config.eager_load = true if rails4?
|
||||
config.eager_load = true
|
||||
|
||||
# Code is not reloaded between requests
|
||||
config.cache_classes = true
|
||||
|
Reference in New Issue
Block a user