Guest User

Untitled

a guest
Oct 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Class Person < ActiveRecord::ApplicationRecord
  2. validates :name, presence: true
  3. validates :date_of_birth, presence: true, if: create_stage > 1
  4. Validates :ni_number, presence: true, if: create_stage > 2
  5. end
Add Comment
Please, Sign In to add comment