Class: PagePart

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

Instance Method Summary collapse

Instance Method Details

#div_titleObject



3
4
5
# File 'app/models/page_part.rb', line 3

def div_title
  self.title.gsub(/\s+/, "")
end