Skip to content

Commit

Permalink
rails fixed method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Feb 29, 2024
1 parent 1c30698 commit 4d02972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mpa_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def pept2data
end
end

taxa = Taxon.where(id => @response.values).includes(:lineage)
taxa = Taxon.find(@response.values).includes(:lineage)

@lineages = Hash.new
taxa.each do |taxon|
Expand Down

0 comments on commit 4d02972

Please sign in to comment.