Guest User

Untitled

a guest
Apr 16th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. (rdb:1) User.find_by_login("ellie")
  2. nil
  3. (rdb:1) user = User.create!(:login => "ellie", :password => "test", :password_confirmation => "test", :email => "ellie@test.com")
  4. ActiveRecord::RecordInvalid Exception: Validation failed: Login has already been taken, Email has already been taken
Add Comment
Please, Sign In to add comment