Namespace
Methods
O
T
Instance Public methods
one()
# File actionpack/test/controller/metal/renderers_test.rb, line 17
def one
  render json: Model.new
end
two()
# File actionpack/test/controller/metal/renderers_test.rb, line 21
def two
  render xml: Model.new
end