root/app/models/gallery.rb @ 1

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

Version one -> initial work from the laptop.

Line 
1class Gallery < ActiveRecord::Base
2        has_many :gallery_files
3        has_many :gallery_medias
4
5        belongs_to :artwork
6        belongs_to :engineering 
7end
Note: See TracBrowser for help on using the browser.