root/app/models/gallery.rb
@
1
Revision 1, 138 bytes (checked in by falcon, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[1] | 1 | class Gallery < ActiveRecord::Base |
2 | has_many :gallery_files | |
3 | has_many :gallery_medias | |
4 | ||
5 | belongs_to :artwork | |
6 | belongs_to :engineering | |
7 | end |
Note: See TracBrowser
for help on using the browser.