Module: Padrino::Rendering::SafeTemplate Private
- Defined in:
- lib/vendored-middleman-deps/padrino-core-0.11.2/lib/padrino-core/application/rendering.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
A SafeTemplate assumes that its output is safe.
Instance Method Summary collapse
- #render ⇒ Object private
Instance Method Details
#render ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 17 |
# File 'lib/vendored-middleman-deps/padrino-core-0.11.2/lib/padrino-core/application/rendering.rb', line 15 def render(*) super.html_safe end |