exercism / website

The codebase for Exercism's website.
https://exercism.org
GNU Affero General Public License v3.0
434 stars 126 forks source link

NoMethodError in tracks#index #7158

Open iHiD opened 2 weeks ago

iHiD commented 2 weeks ago

Error in v3

NoMethodError in tracks#index undefined method `each' for an instance of String

tags.each do |tag|
    ^^^^^

View on Bugsnag

Stacktrace

app/commands/track/search.rb:34 - filter_tags!
app/commands/track/search.rb:16 - call
app/controllers/tracks_controller.rb:6 - index
app/controllers/application_controller.rb:88 - mark_notifications_as_read!
app/controllers/application_controller.rb:20 - process_action

View full stacktrace

Created automatically via Bugsnag