Sha256: 03634f370c2ea16da7f8e07f4145bf02e40e80a21842b4f6d50dce671c791c33
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
class TagRamaprasad::Tagging < ActiveRecord::Base belongs_to :taggable, :polymorphic => true belongs_to :tag, :class_name => 'TagRamaprasad::Tag' validates :taggable, :presence => true validates :tag, :presence => true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tag_ramaprasad-1.0.2 | app/models/tag_ramaprasad/tagging.rb |
tag_ramaprasad-1.0.1 | app/models/tag_ramaprasad/tagging.rb |