Skip to content

Commit

Permalink
old docs resulted in ArgumentError (wrong number of arguments (0 for 1))
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Sep 21, 2011
1 parent 15c5760 commit 7b62c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ Now you need to know how to use a `Presenter` object, so this is what the contro
def presenter
Presenter.new('sign_up',
:fields => [:email, :password, :account_name],
:validator => SignUpValidator.new)
:validator => SignUpValidator)
end
end

Expand Down

0 comments on commit 7b62c02

Please sign in to comment.