class Tryouts::Drill

def add_dream(d)

def add_dream(d)
  @dream = d if d.is_a?(Tryouts::Drill::Dream)
end