class GalleryMedia < ActiveRecord::Base belongs_to :gallery # file_column :medianame, :magick => { # :versions => {"thumb" => "150x150","medium" => "320x240", "maximum" => "800x600" } # }, :in => ["gif", "jpg", "png", "bmp"] #file_column :medianame, :magick => { :geometry => "640x480>" } file_column :medianame end