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 Run RuboCop on everything 2022-12-21 00:22:47 -08:00
granblue_error.rb GranblueError should not require input param 2022-12-21 15:50:06 -08:00
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 Run RuboCop on everything 2022-12-21 00:22:47 -08:00
no_job_skill_provided_error.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00
same_favorite_user_error.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00
too_many_skills_of_type_error.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00
unauthorized_error.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00