Class: Lighthouse::Milestone

Inherits:
Base
  • Object
show all
Defined in:
lib/fresnel/lighthouse.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#tickets(options = {}) ⇒ Object



327
328
329
# File 'lib/fresnel/lighthouse.rb', line 327

def tickets(options = {})
  Ticket.find(:all, :params => options.merge(prefix_options).update(:q => %{milestone:"#{title}"}))
end