ruby-on-rails 3 resource handling -


Here's my case:

I have 3 menus (Vietnamese, Chinese, Japanese), each Includes 10 dishes

I wonder how to guide me with recipes to make a page per menu.

That is why I can link 3 in front view to scene, one for each menu

Now it looks like this:

  Resource: Menu  

But then the index view will show all menus with all recipes.

I think it is very difficult to understand in the railways.

Any help would be happy!

Then / menu (index) will show a list of all menus.

Li>
  • Can show / menu / 3 Japanese
  • Show menu / id Show action


    Comments