module PatternPark class Project < Sprout def type return 'project' end end end