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