String
# File lib/lighthouse/tag.rb, line 8 def initialize(s, project_id) self.project_id = project_id super(s) end
# File lib/lighthouse/tag.rb, line 13 def tickets(options = {}) options[:project_id] ||= project_id Ticket.find(:all, :params => options.merge(prefix_options).update(:q => %{tagged:"#{self}"})) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.