You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we go to http://127.0.0.1:3000/ it already shows the guitar app,
we can remove the home_controller and also app/views/home/index.html.erb
and keep only the guitars controller for now.
It's good that we display it as the root page since we don't have login/welcome page
( as mentioned by @Ron-Lavi in #8 )
This PR is Ruby related
The text was updated successfully, but these errors were encountered:
If we go to http://127.0.0.1:3000/ it already shows the guitar app,
we can remove the home_controller and also app/views/home/index.html.erb
and keep only the guitars controller for now.
It's good that we display it as the root page since we don't have login/welcome page
( as mentioned by @Ron-Lavi in #8 )
The text was updated successfully, but these errors were encountered: