Displaying 1 result from an estimated 1 matches for "nav_item".
Did you mean:
nav_items
2005 Dec 05
3
Noob Question about databases in rails
Ok,
This sounds like it should be easy but I am having a hard time with it.
I am making a website but I''m trying to make everything in it fairly
database driven, this is really pretty much my first rails project.
I have a table called ''nav_items'' to display the nav choices, but there
is also other dynamic data on the homepage such as the ''events'' which
I''ve created a table for. So I want them to be both pulled into the
homepage which is at http://localhost:3000/home on my system right now.
So to g...