Skip to content

Commit

Permalink
Update old TODO comment
Browse files Browse the repository at this point in the history
We do have an autocomplete now, it just needs different records.
  • Loading branch information
tvararu committed Sep 25, 2024
1 parent 0082ec8 commit 0d33151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/sessions/edit_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def set_steps
end

def set_locations
# TODO: Use an autocomplete instead.
# TODO: Don't use limit.
@locations =
policy_scope(Location)
.order(:name)
Expand Down

0 comments on commit 0d33151

Please sign in to comment.