Sha256: bc658f97e745bde5fda046d12de25f450e62252204cc9bc265f06fbcc45efac0

Contents?: true

Size: 143 Bytes

Versions: 2

Compression:

Stored size: 143 Bytes

Contents

module Cohortly
  class ReportMeta
    include MongoMapper::Document

    key :collection_name, String
    key :last_update_on, Time
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cohortly-0.0.7 app/models/cohortly/report_meta.rb
cohortly-0.0.6 app/models/cohortly/report_meta.rb