Skip to content

Instantly share code, notes, and snippets.

@russ
Created October 3, 2011 21:36
Show Gist options
  • Save russ/1260321 to your computer and use it in GitHub Desktop.
Save russ/1260321 to your computer and use it in GitHub Desktop.
class Image < ActiveRecord::Base
after_create :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