Sha256: a3c283e7eafc296b6787b8abcecf70744f6c04125a58698ae2fa1b5004d904f5

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

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