Skip to content

Commit

Permalink
defaults -> default
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 4, 2012
1 parent 43ce3e1 commit 02ae325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ActionMailer class.

```ruby
class ArticleMailer < ActionMailer::Base
defaults 'init-draper' => Proc.new { set_current_view_context }
default 'init-draper' => Proc.new { set_current_view_context }
end
```
### Integration with RSpec
Expand Down

0 comments on commit 02ae325

Please sign in to comment.