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