Sha256: e4109790d52dd1985c40f34b1c71bd2e247c0b6794eb118e7b1379b5a5178313
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
module MakeWatchable class Watching < ActiveRecord::Base belongs_to :watchable, :polymorphic => true belongs_to :watcher, :polymorphic => true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
make_watchable-0.0.3 | lib/make_watchable/watching.rb |
make_watchable-0.0.2 | lib/make_watchable/watching.rb |