root/app/models/gallery_media.rb @ 10

Revision 10, 235 bytes (checked in by falcon, 17 years ago)

Final styling tweaks, ordering, misc cleanup.

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