Skip to content

Instantly share code, notes, and snippets.

@Aeon
Created March 10, 2011 08:46
Show Gist options
  • Save Aeon/863773 to your computer and use it in GitHub Desktop.
Save Aeon/863773 to your computer and use it in GitHub Desktop.
Image.class_eval do
attachment_definitions[:attachment][:styles] = {
:thumb => '60x90',
:mini => '100x150',
:small => '220x330>',
:product => '340x510>',
:large => '860x860>' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment