root/app/models/artwork.rb~ @ 6

Revision 4, 155 bytes (checked in by falcon, 17 years ago)

75% complete. ajax support for engineering and galleries. galleries add/edit. artwork and engineering layouts.

Line 
1class Artwork < ActiveRecord::Base
2        has_many :galleries
3       
4        def findGalleries
5                return Gallery.find(:all, :conditions => ["sType = ?", "Artwork"])
6        end
7end
Note: See TracBrowser for help on using the browser.