Skip to content

Commit

Permalink
Update README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalecky committed Jun 27, 2014
1 parent bc60506 commit cd68cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -137,7 +137,7 @@ Default options can be set so that they don't have to be repeated. The default o

== Set override options

Override options can be set so that the override value is always be used, even if a different value is passed in via Pony.options() or Pony.mail(). This can be used to configure a development or staging environment.
Override options can be set so that the override value is always be used, even if a different value is passed in to Pony.options() or Pony.mail(). This can be used to configure a development or staging environment.

Pony.override_options = { :to => 'test@example.com' }
Pony.mail(:to => 'foo@bar') # Sends mail to test@example.com instead of foo@bar
Expand Down

0 comments on commit cd68cd9

Please sign in to comment.