Guest User

Untitled

a guest
Oct 22nd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. User.create!(:username => uname,
  2. :password => uname,
  3. #:organizations => [ self ],
  4. :roles => cp_role.nil? ? [] : [ Role.candlepin_role ])
Add Comment
Please, Sign In to add comment