跳至内容 跳至搜索
方法
R
包含的模块

实例公共方法

render_to_body(options = {})

# File actionpack/lib/action_controller/api/api_rendering.rb, line 13
def render_to_body(options = {})
  _process_options(options)
  super
end