Sha256: 9256a7f581aa2dfcef0525abe58d7449285f166541d56b9e6399e13dd02d43c2
Contents?: true
Size: 186 Bytes
Versions: 34
Compression:
Stored size: 186 Bytes
Contents
class Tagging < ActiveRecord::Base #:nodoc: belongs_to :tag belongs_to :taggable, :polymorphic => true belongs_to :tagger, :polymorphic => true validates_presence_of :context end
Version data entries
34 entries across 34 versions & 13 rubygems