Skip to content

Commit a430d48

Browse files
authored
Update hello_world.md
1 parent 1ddd063 commit a430d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/hello_world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ class MyAppController < ApplicationController
7878
# uncommenting the line below
7979
# include Matestack::Ui::Core::ApplicationHelper
8080

81-
def my_first_page
82-
responder_for(Pages::MyApp::MyFirstPage)
81+
def my_example_page
82+
responder_for(Pages::MyApp::MyExamplePage)
8383
end
8484
end
8585
```

0 commit comments

Comments
 (0)