Skip to content

Instantly share code, notes, and snippets.

@russ
Created October 3, 2011 21:37
Show Gist options
  • Save russ/1260325 to your computer and use it in GitHub Desktop.
Save russ/1260325 to your computer and use it in GitHub Desktop.
class Image < ActiveRecord::Base
after_commit :generate_thumbnail
def generate_thumbnail
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment