Skip to content

Commit

Permalink
Fixed doc markup that was causing RDoc to ignore part of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Jan 11, 2009
1 parent 06f9b99 commit 5ec90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ are called before and after the processing of each attachment), and the
attachment-specific "before_<attachment>_post_process" and
"after_<attachment>_post_process". The callbacks are intended to be as close to
normal ActiveRecord callbacks as possible, so if you return false (specifically
-- returning nil is not the same) in a before_ filter, the post processing step
- returning nil is not the same) in a before_ filter, the post processing step
will halt. Returning false in an after_ filter will not halt anything, but you
can access the model and the attachment if necessary.

Expand Down

0 comments on commit 5ec90a5

Please sign in to comment.