Displaying 1 result from an estimated 1 matches for "175x125".
Did you mean:
175,105
2006 Aug 09
1
Migrating a Field to External Model
...39;'s happening in
validations maybe the model is helpful as well:
class Product < ActiveRecord::Base
belongs_to :brand
validates_presence_of :name
file_column :image, :magick => { :versions => { "thumb" =>
"50x50", "medium" => "175x125>" } }
end
By the way, I''m new to the list, so please let me know if I should be
posting code snippets externally somewhere or other etiquette
issues. Thanks, Gabe