root/app/models/gallery_media.rb @ 13

Revision 13, 264 bytes (checked in by falcon, 17 years ago)

fixing JS IE issues, art upload size

RevLine 
[1]1class GalleryMedia < ActiveRecord::Base
2        belongs_to :gallery
[3]3               
4        file_column :medianame, :magick => {
[13]5                :versions => {"thumb" => "125x125","medium" => "132x132", "maximum" => "800x800", "artmaximum" => "1280x1024" }
[3]6                }, :in => ["gif", "jpg", "png", "bmp"]
[4]7               
[1]8end
Note: See TracBrowser for help on using the browser.