lib/mite/project.rb in mite-rb-0.2.0 vs lib/mite/project.rb in mite-rb-0.2.1

- old
+ new

@@ -1,6 +1,8 @@ class Mite::Project < Mite::Base + include Mite::ResourceWithActiveArchived + def time_entries(options = {}) Mite::TimeEntry.find(:all, :params => options.update(:project_id => id)) end def customer \ No newline at end of file