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
マイグレーションの制約とバリデーションもお願いします。
The text was updated successfully, but these errors were encountered:
山崎担当
Sorry, something went wrong.
rails generate model Answer answer_text:string right_or_wrong:boolean quiz:belongs_to
以下のレビューをお願いします。 #27
No branches or pull requests
マイグレーションの制約とバリデーションもお願いします。
TODO
マイグレーション時の制約・型
answer_text
right_or_wrong
quiz_id
バリデーション
answer_text
right_or_wrong
uniqueに if optionとか使ってメソッド作ったりとかでいけるかな??
quiz_id
The text was updated successfully, but these errors were encountered: