Method: ActionView::Base#render_template
- Defined in:
- lib/action_view/base.rb
#render_template(template) ⇒ Object
:nodoc:
275 276 277 |
# File 'lib/action_view/base.rb', line 275 def render_template(template) #:nodoc: template.render_template end |