You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
I'm trying to figure out how to filter the results based on an array of Venues which are in proximity to the location entered.
I can get a list of Venues using geocoder gem: venues = Venue.near("Some location") , how would I add it above to get Availabilities only from the returned venues?
The text was updated successfully, but these errors were encountered:
I'm trying to filter results based on an array of models
I have 4 models: Venues, Facility, Availability and Activities.
This is the squeel I put together to return Availabilities:
I'm trying to figure out how to filter the results based on an array of Venues which are in proximity to the location entered.
I can get a list of Venues using geocoder gem:
venues = Venue.near("Some location")
, how would I add it above to get Availabilities only from the returned venues?The text was updated successfully, but these errors were encountered: