Sha256: 86f9f67b9db12ec27d6fdb0c0182e9686bf14862b7eefd864ba1c2835d112be4
Contents?: true
Size: 254 Bytes
Versions: 12
Compression:
Stored size: 254 Bytes
Contents
class Mite::Customer < Mite::Base def time_entries(options = {}) TimeEntry.find(:all, :params => options.update(:customer_id => id)) end def projects(options = {}) Project.find(:all, :params => options.update(:customer_id => id)) end end
Version data entries
12 entries across 12 versions & 4 rubygems