Class: Cms::Tagging

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
DefaultAccessible
Defined in:
app/models/cms/tagging.rb

Instance Method Summary collapse

Instance Method Details

#content_typeObject



9
10
11
# File 'app/models/cms/tagging.rb', line 9

def content_type
  Cms::ContentType.first(:conditions => {:name => taggable_type})
end