Method: AbstractController::Rendering#render_to_body
- Defined in:
- actionpack/lib/abstract_controller/rendering.rb
#render_to_body(options = {}) ⇒ Object
Performs the actual template rendering.
51 52 |
# File 'actionpack/lib/abstract_controller/rendering.rb', line 51 def render_to_body( = {}) end |