Class: PagePart
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PagePart
- Defined in:
- app/models/page_part.rb
Instance Method Summary collapse
Instance Method Details
#div_title ⇒ Object
3 4 5 |
# File 'app/models/page_part.rb', line 3 def div_title self.title.gsub(/\s+/, "") end |