Sha256: 6b641033818876a951e02d31add91a87e79f7e4f41a937b423a1c54dca6977fc
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
module Birdwatcher module Models class Status < Sequel::Model many_to_one :workspace many_to_one :user many_to_many :mentions many_to_many :hashtags many_to_many :urls end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
birdwatcher-0.4.0 | models/status.rb |
birdwatcher-0.3.1 | models/status.rb |
birdwatcher-0.1.0 | models/status.rb |