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