diaspora/app/controllers/api/v1
Benjamin Neff 4edaebb94f
Remove "Did you mean?" from api errors when a parameter is missing
This isn't helpful at all for an api if you don't send a required
parameter and get an error response that just tells you what parameters
that were available.

This is a new feature with rails >= 6.1 and ruby >= 2.7, so this just
keeps the old behaviour of older rails/ruby versions.
2022-07-20 21:35:02 +02:00
..
aspects_controller.rb
base_controller.rb Remove "Did you mean?" from api errors when a parameter is missing 2022-07-20 21:35:02 +02:00
comments_controller.rb
contacts_controller.rb
conversations_controller.rb
likes_controller.rb
messages_controller.rb
notifications_controller.rb
photos_controller.rb
post_interactions_controller.rb
posts_controller.rb
reshares_controller.rb
search_controller.rb Remove "Did you mean?" from api errors when a parameter is missing 2022-07-20 21:35:02 +02:00
streams_controller.rb
tag_followings_controller.rb
users_controller.rb