Class: Lighthouse::Bin

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#tickets(options = {}) ⇒ Object



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

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