Class: ContentTextDecorator
- Inherits:
-
ApplicationDecorator
- Object
- Draper::Decorator
- ApplicationDecorator
- ContentTextDecorator
- Defined in:
- app/decorators/content_text_decorator.rb
Instance Method Summary collapse
Methods inherited from ApplicationDecorator
Instance Method Details
#render ⇒ Object
4 5 6 |
# File 'app/decorators/content_text_decorator.rb', line 4 def render content.to_s.html_safe end |