Class: Lighthouse::Bin

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#tickets(options = {}) ⇒ Object



5
6
7
# File 'lib/lighthouse/bin.rb', line 5

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