14 lines
279 B
Markdown
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
|
|
|