Skip to content

Commit cf10907

Browse files
committed
Include a message telling users to save after setting root route
Fixes railsbridge#365
1 parent 01ca022 commit cf10907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ bundle install --without production
103103
root 'drinks#index'
104104
RUBY
105105

106+
message "Save the file."
107+
106108
message "Note that you must remove the leading '#', as lines that start with a # are
107109
comments and will not have any effect."
108110
end

0 commit comments

Comments
 (0)