Sha256: 9e904aec500a0f26f6c0563281e19b3552bfa5c06154587da6863d9752219d38
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
module Markable class Mark < ActiveRecord::Base belongs_to :markable, :polymorphic => true belongs_to :marker, :polymorphic => true attr_accessible :markable_id, :markable_type, :marker_id, :marker_type, :mark end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markable-0.0.8 | lib/models/mark.rb |