Class: BlueberryCMS::PageDecorator

Inherits:
BaseDecorator
  • Object
show all
Defined in:
app/decorators/blueberry_cms/page_decorator.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



3
4
5
# File 'app/decorators/blueberry_cms/page_decorator.rb', line 3

def name
  process_markdown(object.name) if object.name.present?
end