Sha256: 90710a1bad4f4e55b7c8fb808161b53cd4dbd53befbe4840aafee8b2657189b2

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

class TestUser < ActiveRecord::Base
  self.table_name = "users"
end

class Item < ActiveRecord::Base
end

class Watching < ActiveRecord::Base
  belongs_to :watcher, :class_name => "TestUser", :foreign_key => "user_id"
  belongs_to :item
end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
streamit-0.0.8 test/support/fixtures.rb
streamit-0.0.7 test/support/fixtures.rb