first commit

This commit is contained in:
Alexander Taborda Acosta
2026-08-07 19:53:30 -05:00
commit f04c496f95
55 changed files with 2687 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
require "active_support/core_ext/integer/time"
Rails.application.configure do
config.enable_reloading = true
config.eager_load = false
config.consider_all_requests_local = true
config.active_support.deprecation = :log
end