Skip to content

Commit

Permalink
Update lookup.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 27, 2025
1 parent 251b3f9 commit 0103a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/lookup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def evaluate_values_as_ids
end.flatten.uniq.compact
end

def evaluate_values_as_instances(&)
def evaluate_values_as_instances
@vals.map do |val|
if val.is_a?(@model)
val
Expand Down

0 comments on commit 0103a86

Please sign in to comment.