2013-03-24 controllerにバリデーションを書く Rails Rails3 if target_date.current_date_over? @timemachine.errors.add(:date, "を明日以降の日付で作成することはできません。" render :new end