Closed anttilip closed 7 years ago
In events controller line 23
user = User.find(params[:user_id])
Obviously this is unnecessary and makes the API uglier.
Other major problem is if user is already attending an event then 304 without any errors is returned.
304
In events controller line 23
Obviously this is unnecessary and makes the API uglier.
Other major problem is if user is already attending an event then
304
without any errors is returned.