Railsを使用した最初のアプローチでは、単純に無効SayController
で静的なhello.rhtml
ビューを作成しましたが、ページhttp://localhost:3000/say/hello
が開始されると、次のようなルーティングエラーが返されます。
No route matches [GET] "/say/hello"
Try running rake routes for more information on available routes.
Railsバージョン:3.2.6