Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttman committed Aug 19, 2011
1 parent ff8c423 commit 91abf39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,8 @@ Since most emails do something interesting with database data, you'll need to wr
def invitation def invitation
account = Account.first account = Account.first
inviter, invitee = account.users[0, 2] inviter, invitee = account.users[0, 2]
Notifier.invitation(inviter, invitee) Notifier.invitation(inviter, invitee)
# ::Notifier.invitation(inviter, invitee) # May need to call with '::'
end end


# Factory-like pattern # Factory-like pattern
Expand Down

0 comments on commit 91abf39

Please sign in to comment.