Class: Cms::Tagging
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Cms::Tagging
- Includes:
- DefaultAccessible
- Defined in:
- app/models/cms/tagging.rb
Instance Method Summary collapse
Instance Method Details
#content_type ⇒ Object
9 10 11 |
# File 'app/models/cms/tagging.rb', line 9 def content_type Cms::ContentType.first(:conditions => {:name => taggable_type}) end |