Class: Lighthouse::Milestone
- Defined in:
- lib/fresnel/lighthouse.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#tickets(options = {}) ⇒ Object
327 328 329 |
# File 'lib/fresnel/lighthouse.rb', line 327 def tickets( = {}) Ticket.find(:all, :params => .merge().update(:q => %{milestone:"#{title}"})) end |