root/app/models/artwork.rb~
@
4
Revision 4, 155 bytes (checked in by falcon, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[4] | 1 | class Artwork < ActiveRecord::Base |
2 | has_many :galleries | |
3 | ||
4 | def findGalleries | |
5 | return Gallery.find(:all, :conditions => ["sType = ?", "Artwork"]) | |
6 | end | |
7 | end |
Note: See TracBrowser
for help on using the browser.