Sha256: 0067d975eaf5a61727d3c2b804b81afd84842eedaa1dae40393c8e56723998aa

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

module Birdwatcher
  module Models
    class Hashtag < Sequel::Model
      many_to_one :workspace
      many_to_many :statuses
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
birdwatcher-0.4.0 models/hashtag.rb
birdwatcher-0.3.1 models/hashtag.rb
birdwatcher-0.1.0 models/hashtag.rb