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?