root/app/models/gallery_media.rb~ @ 15

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

fixing JS IE issues, art upload size

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