blob: 0951563294fa295b98d18dcf63359e71a36c9632 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<% password_digest = BCrypt::Password.create("password") %>
one:
email_address: one@example.com
password_digest: <%= password_digest %>
two:
email_address: two@example.com
password_digest: <%= password_digest %>
|