Class: Lighthouse::Bin
- Defined in:
- lib/lighthouse.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#tickets(options = {}) ⇒ Object
315 316 317 |
# File 'lib/lighthouse.rb', line 315 def tickets( = {}) Ticket.find(:all, :params => .merge().update(:q => query)) end |