Sha256: 600ae1f28f8a5d11efa2fca3af22983670945138a416ad2557036d04fa871f83

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

module Birdwatcher
  module Models
    class Mention < 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/mention.rb
birdwatcher-0.3.1 models/mention.rb
birdwatcher-0.1.0 models/mention.rb