I have a a post model and a categories model
I want to show a list the all posts by category all on one page.
I am using has and belong_to in each model correctly.
I just cant fiqure out how to show them in my view.
Want I need is
Category Name
- Post1
- Post2
- Post3
Category Name2
- Post1
- Post2
- Post3
etc...
Thanks