|
@@ -1,6 +1,8 @@
|
|
Nooo::Application.configure do
|
|
Nooo::Application.configure do
|
|
# Settings specified here will take precedence over those in config/application.rb
|
|
# Settings specified here will take precedence over those in config/application.rb
|
|
|
|
|
|
|
|
+ config.serve_static_assets = true
|
|
|
|
+
|
|
# Code is not reloaded between requests
|
|
# Code is not reloaded between requests
|
|
config.cache_classes = true
|
|
config.cache_classes = true
|
|
|
|
|