Creacion de proyecto

This commit is contained in:
2024-09-11 20:13:56 -03:00
commit 205e238428
62 changed files with 1337 additions and 0 deletions

6
config.ru Normal file
View File

@ -0,0 +1,6 @@
# This file is used by Rack-based servers to start the application.
require_relative "config/environment"
run Rails.application
Rails.application.load_server