Initialize rails app

This commit is contained in:
Roscoe 2025-09-20 03:31:27 +01:00
commit 64fb080e96
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
234 changed files with 1398 additions and 14539 deletions

5
config/environment.rb Normal file
View file

@ -0,0 +1,5 @@
# Load the Rails application.
require_relative "application"
# Initialize the Rails application.
Rails.application.initialize!