Created new stuff
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user