Sha256: 5865a008c15c74f00a073d136e52e5c011c940177b598c27711f59396315339c

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

class WatchableModel < ActiveRecord::Base
  make_watchable
end

class WatcherModel < ActiveRecord::Base
  make_watcher
end

class InvalidWatchableModel < ActiveRecord::Base
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
make_watchable-0.0.3 spec/models.rb
make_watchable-0.0.2 spec/models.rb