Class: Tagging

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

Instance Method Summary collapse

Instance Method Details

#content_typeObject



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

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