add allow access by github codespaces

This commit is contained in:
João Geonizeli
2022-10-16 19:17:32 +00:00
parent 7d6b099630
commit 4bc00301b4

View File

@@ -1,6 +1,7 @@
require "active_support/core_ext/integer/time" require "active_support/core_ext/integer/time"
Rails.application.configure do Rails.application.configure do
config.hosts << ".githubpreview.dev"
# Settings specified here will take precedence over those in config/application.rb. # Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded any time # In the development environment your application's code is reloaded any time