Skip to content

Instantly share code, notes, and snippets.

@sorentwo
Created September 11, 2010 21:23
Show Gist options
  • Save sorentwo/575561 to your computer and use it in GitHub Desktop.
Save sorentwo/575561 to your computer and use it in GitHub Desktop.
# Even simpler than reaching into Paperclip, use the processing hooks:
class Project
before_post_process do |image|
false # halts processing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment