Ruby on Rails
Sunday, August 4, 2019
I am building a Lunch Ordering Module for my app and I have these models currently
-- Menu
:menu_date
:menu_type
Meal
:name
:mentree_id
:available_daily
Mentree
:name
Msides
:name
Mdrink
:name
Right now I am using a has_and_belongs_to_many on
meals_menus
mdrinks_menus
meals_msides
What I need to have is a Meal of the Day as part of the Menu and I am thinking I should use a has_many through:
But I can't think how to structure this correctly
My goal is to have the cafeteria be able to turn on and off meals and drinks on the menu based on availability, so when the class orders lunch they can only choose the available meals.
However I have a Lunch Calendar that I want to show the meal of the day.
Suggestions on the proper Rails structure?
John
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/294dba9b-5383-4e1a-b02a-a105b93adedb%40googlegroups.com.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment