Skip to content

Instantly share code, notes, and snippets.

@vu2
Created June 21, 2015 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/741095d608c253f6f0f8 to your computer and use it in GitHub Desktop.
Save vu2/741095d608c253f6f0f8 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
mount_uploader :icon, ImageUploader
skip_callback :save, :after, :remove_previously_stored_icon
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment