https://github.com/takapi327/eat-hp
https://github.com/takapi327/eat-hp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/takapi327/eat-hp
- Owner: takapi327
- Created: 2020-01-08T04:38:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:42:53.000Z (over 3 years ago)
- Last Synced: 2025-02-07T08:29:27.667Z (over 1 year ago)
- Language: Ruby
- Size: 2.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
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
* ...
## owners????
|Column|Type|Options|
|------|----|-------|
|e-mail|string|null:false|
|password|string|null:false|
|re_password|string|null:false|
### Association
## menus????
|Column|Type|Options|
|------|----|-------|
|name|string|null:false|
|price|integer|null:false|
|content|text|null:false|
### Association
- has_many :images
## images????
|Column|Type|Options|
|------|----|-------|
|menu_id|references|null:false|
|image|text|null:false|
### Association
- belongs_to :menu