提交 983687a9 编写于 作者: V Vijay Dev

fix up the example app for getting started guide [ci skip]

上级 faf550c1
class HomeController < ApplicationController
class WelcomeController < ApplicationController
def index
end
end
......@@ -53,7 +53,7 @@
# You can have the root of your site routed with "root"
# just remember to delete public/index.html.
root :to => "home#index"
root :to => "welcome#index"
# See how all your routes lay out with "rake routes"
......
require 'test_helper'
class HomeControllerTest < ActionController::TestCase
class WelcomeControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册