From 4bc00301b4f7113ca7ff8024c7f703641de08f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Geonizeli?= Date: Sun, 16 Oct 2022 19:17:32 +0000 Subject: [PATCH] add allow access by github codespaces --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index 8500f45..4d6f232 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,6 +1,7 @@ require "active_support/core_ext/integer/time" Rails.application.configure do + config.hosts << ".githubpreview.dev" # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded any time