root/app/models/gallery_media.rb @ 2

Revision 2, 327 bytes (checked in by falcon, 17 years ago)

added plugins

Line 
1class GalleryMedia < ActiveRecord::Base
2        belongs_to :gallery
3       
4       
5#       file_column :medianame, :magick => {
6#               :versions => {"thumb" => "150x150","medium" => "320x240", "maximum" => "800x600" }
7#               }, :in => ["gif", "jpg", "png", "bmp"]
8       
9        #file_column :medianame, :magick => { :geometry => "640x480>" }
10        file_column :medianame
11end
Note: See TracBrowser for help on using the browser.