yudagn / AetherBnB

AetherBnb is a clone of the website Airbnb that implements many of the features available on Airbnb.
0 stars 0 forks source link

# Backend Routes #5

Open Evan-Leon opened 2 years ago

Evan-Leon commented 2 years ago
Evan-Leon commented 2 years ago
yudagn commented 2 years ago

I got rid of reviews routes, as for a search route, i think ill just send back searchParams to params, and if they match {city: city}, send up those listings, else, there's no listings with that city so we send nothing. and if theres no params[:searchParams], we just send all the listings.

Evan-Leon commented 2 years ago

sounds good to me