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