How to add new view to Ruby on Rails Spree commerce app?
问题 A very basic question that I cannot seem to solve is how to add a new view to my Ruby on Rails Spree commerce application. What I want to do is have a link next to the Home link in the _main_nav_bar.html.erb and when you click it have displayed an about page at the place where the products are displayed. So: home about cart --------------------- things of the HOME page --------------------- footer Click on about leads to: home about cart --------------------- things of the ABOUT page --------