method

render

render(*args, &block)
public

No documentation available.

# File actiontext/lib/action_text/rendering.rb, line 25
      def render(*args, &block)
        (renderer || default_renderer).render_to_string(*args, &block)
      end