Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created December 27, 2012 13:19
Show Gist options
  • Save takuyan/4388336 to your computer and use it in GitHub Desktop.
Save takuyan/4388336 to your computer and use it in GitHub Desktop.
# app/models/user.rb
class User < ActiveRecord::Base
attr_accessible :avatar
has_attached_file :avatar, styles: { medium: "300x300>", thumb: "100x100>" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment