root/app/models/gallery_media.rb
@
1
Revision 1, 91 bytes (checked in by falcon, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[1] | 1 | class GalleryMedia < ActiveRecord::Base |
2 | belongs_to :gallery | |
3 | ||
4 | file_column :medianame | |
5 | end |
Note: See TracBrowser
for help on using the browser.