Sha256: 25448a74c37400e378dfff87613745faf2d7fdbc60a13e91dca32ea5a4ceb247

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

module Birdwatcher
  module Models
    class KloutTopic < Sequel::Model
      many_to_one :workspace
      many_to_many :users
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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