Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
32f458a0
Commit
32f458a0
authored
Jan 31, 2011
by
Chad Pytel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix <attachment> markup in events section
parent
249bf0ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
+3
-3
No files found.
README.md
View file @
32f458a0
...
@@ -168,10 +168,10 @@ Events
...
@@ -168,10 +168,10 @@ Events
Before and after the Post Processing step, Paperclip calls back to the model
Before and after the Post Processing step, Paperclip calls back to the model
with a few callbacks, allowing the model to change or cancel the processing
with a few callbacks, allowing the model to change or cancel the processing
step. The callbacks are
"before_post_process" and "after_post_process"
(which
step. The callbacks are
`before_post_process`
and
`after_post_process`
(which
are called before and after the processing of each attachment), and the
are called before and after the processing of each attachment), and the
attachment-specific
"before_
<attachment>
_post_
process"
and
attachment-specific
`before_<attachment>_post_process`
and
"after_
<attachment>
_post_
process"
. The callbacks are intended to be as close to
`after_<attachment>_post_process`
. The callbacks are intended to be as close to
normal ActiveRecord callbacks as possible, so if you return false (specifically
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
will halt. Returning false in an after_ filter will not halt anything, but you
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment