rails validation
#rails
モデルにバリデーションを設定すると、任意のタイミングで入力値を検証する事ができる
valid?
raise "エラー発生" unless @hoge.valid?