class TestPathParameters::HomeController

Public Instance Methods

index() click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4895
def index
  render inline: "<%= root_path %>"
end