Guest User

Untitled

a guest
Apr 9th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. user = User.create :email => 'mary@example.com', :password => 'guessit'
  2.  
  3. Category.create [{:name => 'Programming'},
  4. {:name => 'Event'},
  5. {:name => 'Travel'},
  6. {:name => 'Music'},
  7. {:name => 'TV'}]
Add Comment
Please, Sign In to add comment