class Artwork < ActiveRecord::Base has_many :galleries def findGalleries return Gallery.find(:all, :conditions => ["sType = ?", "Artwork"]) end end