Files
joanna-website/NOTES.md
T
2026-07-27 18:45:09 -06:00

14 lines
279 B
Markdown

# Setting up the application
## Create the database connections:
bin/rails generate model Joints --no-migration
bin/rails generate model JointsInfo --no-migration
bin/rails generate model SpecialTest --no-migration
# Setup the views
bin/rails generate controller dashboard