small refactoring

This commit is contained in:
Karol
2019-09-05 17:41:02 +02:00
parent 973cc43f4c
commit a7f2d7da34
5 changed files with 7 additions and 11 deletions

View File

@@ -3,15 +3,15 @@ Rails.application.configure do
config.webpacker.check_yarn_integrity = true
# Settings specified here will take precedence over those in config/application.rb.
config.web_console.whitelisted_ips = '192.168.0.0/16'
config.web_console.whitelisted_ips = '192.168.0.0/16'
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
# Do not eager load code on boot.
config.eager_load = true
config.eager_load = false
# Show full error reports.
config.consider_all_requests_local = true