What am I doing wrong?

https://www.codecademy.com/en/courses/learn-rails/lessons/one-many/exercises/one-many-display-tags

I have this in and it is not passing me. What am I doing wrong?

Rails.application.routes.draw do
get ‘/tags’ => ‘tags#index’
end

is giving me “Oops! The test returned an error. Maybe you have a syntax error, or a typo. Hide error.
config/application.rb to limit the frameworks that will be loaded.”

halp?

I was able to get this to go through but resetting the exercise and retyping the code exactly as I did the first time. This time it passed.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.