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