Class: Pulitzer::ContentElementType
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Pulitzer::ContentElementType
- Defined in:
- app/models/pulitzer/content_element_type.rb
Instance Method Summary collapse
Instance Method Details
#type ⇒ Object
6 7 8 |
# File 'app/models/pulitzer/content_element_type.rb', line 6 def type name.downcase.to_sym end |