This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
| Column | Type | Options |
|---|---|---|
| body | text | null:false |
| user | references | null: false, foreign_key: true |
| adjective | references | null: false, foreign_key: true |
| noun | references | null: false, foreign_key: true |
- belongs_to :user
- belongs_to :adjective
- belongs_to :noun
| Column | Type | Options |
|---|---|---|
| tytle | text | null: false |
- has_many :tweets
| Column | Type | Options |
|---|---|---|
| tytle | text | null: false |
- has_many :tweets
| Column | Type | Options |
|---|---|---|
| nickname | string | null: false |
| string | null: false, unique: true | |
| password | string | null: false |
- has_many :tweets