root/app/models/gallery_media.rb @ 1

Revision 1, 91 bytes (checked in by falcon, 17 years ago)

Version one -> initial work from the laptop.

RevLine 
[1]1class GalleryMedia < ActiveRecord::Base
2        belongs_to :gallery
3       
4        file_column :medianame
5end
Note: See TracBrowser for help on using the browser.