Class/Module Index [+]

Quicksearch

ActionController::Renderers

Constants

RENDERERS

Public Class Methods

add(key, &block) click to toggle source
# File lib/action_controller/metal/renderers.rb, line 51
def self.add(key, &block)
  define_method("_render_option_#{key}", &block)
  RENDERERS[key] = block
  All._write_render_options
end

Public Instance Methods

render_to_body(options) click to toggle source
# File lib/action_controller/metal/renderers.rb, line 46
def render_to_body(options)
  _handle_render_options(options) || super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.