We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rails generate model 概念の英語名 属性:種類 属性:種類 ... という規則でコマンドを組み立てる
rails generate model 概念の英語名 属性:種類 属性:種類 ...
例:
rails generate model Building name:string height:integer address:string
rails generate model Person name:string twitter:string mailaddr:string
The text was updated successfully, but these errors were encountered:
platoronical
kobake
uekibati
ao-spirogyra
No branches or pull requests
手順
属性の種類
コマンドを組み立てる
rails generate model 概念の英語名 属性:種類 属性:種類 ...
という規則でコマンドを組み立てる例:
rails generate model Building name:string height:integer address:string
rails generate model Person name:string twitter:string mailaddr:string
The text was updated successfully, but these errors were encountered: