Class: Mite::Service
- Defined in:
- lib/mite/service.rb
Instance Method Summary collapse
Methods inherited from Base
all, first, inherited, last, undo_destroy, #undo_destroy
Instance Method Details
#time_entries(options = {}) ⇒ Object
3 4 5 |
# File 'lib/mite/service.rb', line 3 def time_entries( = {}) TimeEntry.find(:all, :params => .update(:service_id => id)) end |