class TestController

Public Instance Methods

index() click to toggle source
# File guides/bug_report_templates/action_controller_gem.rb, line 22
def index
  render text: 'Home'
end