Skip to content

Instantly share code, notes, and snippets.

@vladvinnikov
Created February 15, 2013 19:04
Show Gist options
  • Save vladvinnikov/4962553 to your computer and use it in GitHub Desktop.
Save vladvinnikov/4962553 to your computer and use it in GitHub Desktop.
class MyModel < ActiveRecord::Base
has_attached_file :photo,
:styles => { :original => "1024x1024>", :thumb => "150x150>" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment