Reputation: 727
I have a Provider model which has many schedules & has many services.
Provider name email location(lat/lng)
ProviderSchedules provider_id start_datetime end_datetime
ProviderServices provider_id service_id
Questions:
I am using Ruby on Rails. Any answers will be appreciated. I would like to understand it on ES level.
thanks!
Upvotes: 0
Views: 34