Class Tagging
In: app/models/tagging.rb
Parent: ActiveRecord::Base

Methods

Public Instance methods

[Source]

   # File app/models/tagging.rb, line 5
5:   def content_type
6:     ContentType.first(:conditions => {:name => taggable_type})
7:   end

[Validate]