method
render
v8.1.1 -
Show latest stable
- Class:
ActionText::Rendering
render(*args, &block)public
No documentation available.
# File actiontext/lib/action_text/rendering.rb, line 29
def render(*args, &block)
(renderer || action_controller_renderer).render_to_string(*args, &block)
end