impress/app/controllers
Emi Matchu 598a9dac52 Oops, fix crashing bug when Item Getting Guide has *no* Dyeworks
Lmao I've been testing with an outfit that has all the kinds of items,
so I didn't notice that this new refactor to `@items[:dyeworks]` style
of tracking the items returns `nil` when there's none, instead of `[]`.
(I always make this mistake when I use `group_by` lmao sob)

In this change, we give the `@items` hash a default value, so that will
stop happening!
2024-06-17 13:03:12 -07:00
..
devise
fundraising
about_controller.rb
alt_styles_controller.rb Read known_glitches when loading alt styles SWF assets 2024-02-24 16:31:05 -08:00
application_controller.rb Add shadowban mechanism for closet lists 2024-04-20 20:57:15 -07:00
auth_users_controller.rb
closet_hangers_controller.rb Add shadowban mechanism for closet lists 2024-04-20 20:57:15 -07:00
closet_lists_controller.rb Disallow email addresses in closet list descriptions 2024-04-16 17:04:31 -07:00
contributions_controller.rb Migrate away from item translations in contributions 2024-02-20 15:52:10 -08:00
item_appearances_controller.rb
item_trades_controller.rb
items_controller.rb Oops, fix crashing bug when Item Getting Guide has *no* Dyeworks 2024-06-17 13:03:12 -07:00
locales_controller.rb
neopass_connections_controller.rb
neopets_connections_controller.rb
neopets_page_import_tasks_controller.rb Fix petpage etc import 2023-11-06 12:59:28 -08:00
outfits_controller.rb
pet_types_controller.rb
pets_controller.rb
sitemap_controller.rb Migrate away from item translations in misc pages 2024-02-20 15:53:56 -08:00
users_controller.rb Use flash[:notice] instead of flash[:success] 2023-10-23 19:05:07 -07:00