I can''t for the life of me figure out how to get cropping working with
file_column
file_column :pic, :magick => {
:versions => {
:thumb => {:crop => "3:2", :size =>
"120x120!", :name =>
"thumb"},
:big =>{ :size => "400x300", :name =>
"big"}
}
}
gives me:
invalid geometry string `''
any ideas?
tx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---