Sha256: e044a0ccf11b5d5aeae9aa721476eb0395ea222b07cdaa05e6f5e818e217d067
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
module Contactually module Models class Tag include Model field :contact_count, :integer field :created_at, :datetime field :id, :string field :name, :string field :updated_at, :datetime end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
contactually-rb-0.1.3 | lib/contactually/models/tag.rb |
contactually-rb-0.1.2 | lib/contactually/models/tag.rb |
contactually-rb-0.1.1 | lib/contactually/models/tag.rb |