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