hensei-api/app/errors/api/v1
Justin Edmund 13a9644bb0
(Hotfix) Fixes a variety of small bugs (#115)
* Remove ap call

* Fix remix render method

* Downcase username on db end

There was a bug where users with capital letters in their name could not access their profiles after we tried to make things case insensitive.

* Remove ap call and unused code
2023-07-04 03:21:02 -07:00
..
favorite_already_exists_error.rb
granblue_error.rb
incompatible_skill_error.rb (Hotfix) Fixes a variety of small bugs (#115) 2023-07-04 03:21:02 -07:00
incompatible_weapon_for_position_error.rb Disallow adding arbitrary weapons to Extra slots 2022-12-25 00:23:27 -08:00
no_job_provided_error.rb
no_job_skill_provided_error.rb
same_favorite_user_error.rb
too_many_skills_of_type_error.rb
unauthorized_error.rb