Skip to content

Instantly share code, notes, and snippets.

@henrydjacob
Created November 7, 2011 08:26
Show Gist options
  • Select an option

  • Save henrydjacob/1344451 to your computer and use it in GitHub Desktop.

Select an option

Save henrydjacob/1344451 to your computer and use it in GitHub Desktop.

Revisions

  1. henrydjacob created this gist Nov 7, 2011.
    4 changes: 4 additions & 0 deletions users.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    user1:
    email: [email protected]
    encrypted_password: <%= User.new.send(:password_digest, "user123") %>
    confirmed_at: <%= Time.now %>