Skip to content

Commit

Permalink
add wishlist link: to main paige
Browse files Browse the repository at this point in the history
  • Loading branch information
one-m1nd committed Mar 10, 2024
1 parent 3cd706a commit 8fdac53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<li><a href=<%= url_for(action: :index, controller: :sunlight_hours) %>>Sunlight Hours</a></li>
<li><a href=<%= url_for(action: :index, controller: :watertrackers) %>>Water tracker</a></li>
<li><a href=<%= url_for(action: :index, controller: :fertilizer_trackers) %>>Fertilizer tracker</a></li>
<li><a href=<%= url_for(action: :index, controller: :wishlists) %>>Wishlist</a></li>
</ul>
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Rails.application.routes.draw do
resources :wishlists
resources :fertilizer_trackers
resources :genera
resources :plants
Expand Down

0 comments on commit 8fdac53

Please sign in to comment.