Sha256: 575ec4763cacb5839f2b533f339bc4c68f0dce376a5b1a3cacd2bdb84199410d

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

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