Class: Cms::Tagging

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

Instance Method Summary collapse

Instance Method Details

#content_typeObject



6
7
8
# File 'app/models/cms/tagging.rb', line 6

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