Method: Lighthouse::Bin#tickets

Defined in:
lib/lighthouse.rb

#tickets(options = {}) ⇒ Object



315
316
317
# File 'lib/lighthouse.rb', line 315

def tickets(options = {})
  Ticket.find(:all, :params => options.merge(prefix_options).update(:q => query))
end