Guest User

Untitled

a guest
May 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class User < ActiveRecord::Base
  2. attr_accessor :signup_step
  3. validates_presence_of :first_name, :last_name, :billing_address
  4. end
Add Comment
Please, Sign In to add comment