Add rubocop-rails-omakase gem
This commit is contained in:
@@ -17,7 +17,7 @@ Rails.application.configure do
|
||||
config.consider_all_requests_local = true
|
||||
|
||||
# Allow access when running in docker
|
||||
config.web_console.allowed_ips = ["172.16.0.0/12", "192.168.0.0/16"]
|
||||
config.web_console.allowed_ips = [ "172.16.0.0/12", "192.168.0.0/16" ]
|
||||
|
||||
# Enable server timing
|
||||
config.server_timing = true
|
||||
|
||||
Reference in New Issue
Block a user