# File lib/lighthouse/project.rb, line 54 def milestones(options = {}) Milestone.find(:all, :params => options.update(:project_id => id)) end