1 Like
$ find . -iname '*routes*'
./config/routes.rb
Perhaps you don’t have a bash shell in that exercise but… that’s how you would search for a file by name.
Alternatively, there’s always uncle google
1 Like
@tagslayer94983 config/routes.rb
- you can access it by clicking the folder icon in the upper-left corner of the code editor.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.