Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jan 18, 2024
1 parent bce8b16 commit 37cd70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/items_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def find_by_full_identifier
def find_item
@item = Item.includes([
{ item_agents: %i[agent_role user] },
{ item_admins: %i[agent_role user] },
{ item_admins: %i[user] },
:collection,
:essences,
:item_countries,
Expand Down

0 comments on commit 37cd70f

Please sign in to comment.