Sha256: f179b49d1f714b1a1eb10e70750a812419132513c62d4b8f0e4173cdbda199e0
Contents?: true
Size: 152 Bytes
Versions: 4
Compression:
Stored size: 152 Bytes
Contents
module Markable class Mark < ActiveRecord::Base belongs_to :markable, :polymorphic => true belongs_to :marker, :polymorphic => true end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
markable-0.0.7 | lib/models/mark.rb |
markable-0.0.6 | lib/models/mark.rb |
markable-0.0.5 | lib/models/mark.rb |
markable-0.0.4 | lib/models/mark.rb |