Methods

Included Modules

Instance Public methods

render_to_body(options = {})

📝 Source code
# File actionpack/lib/action_controller/api/api_rendering.rb, line 11
    def render_to_body(options = {})
      _process_options(options)
      super
    end
🔎 See on GitHub