Sha256: 409fd63303f76923440b0cc94917a13ec4ff91f0bcfabfc740a11f5c8536f1d5
Contents?: true
Size: 197 Bytes
Versions: 41
Compression:
Stored size: 197 Bytes
Contents
class Tagging < ActiveRecord::Base belongs_to :tag belongs_to :taggable, :polymorphic => true def content_type ContentType.first(:conditions => {:name => taggable_type}) end end
Version data entries
41 entries across 41 versions & 11 rubygems