Class: ContentTextDecorator

Inherits:
ApplicationDecorator show all
Defined in:
app/decorators/content_text_decorator.rb

Instance Method Summary collapse

Methods inherited from ApplicationDecorator

collection_decorator_class

Instance Method Details

#renderObject



4
5
6
# File 'app/decorators/content_text_decorator.rb', line 4

def render
  content.to_s.html_safe
end