Skip to content

Commit fa3b54b

Browse files
author
Andrés Mejía
committed
Fixing some formatting errors on the README.
1 parent 5eaadd2 commit fa3b54b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rdoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ step. The callbacks are "before_post_process" and "after_post_process" (which
155155
are called before and after the processing of each attachment), and the
156156
attachment-specific "before_<attachment>_post_process" and
157157
"after_<attachment>_post_process". The callbacks are intended to be as close to
158-
normal ActiveRecord callbacks as possible, so if you return false (specifically
159-
- returning nil is not the same) in a before_ filter, the post processing step
160-
will halt. Returning false in an after_ filter will not halt anything, but you
158+
normal ActiveRecord callbacks as possible, so if you return false (specifically, returning nil is not the same) in a before_ callback, the post processing step
159+
will halt. Returning false in an after_ callback will not halt anything, but you
161160
can access the model and the attachment if necessary.
162161

163162
NOTE: Post processing will not even *start* if the attachment is not valid

0 commit comments

Comments
 (0)