Bug in implemented tagging system
I have followed Hartl's tutorial to make a ToDoList with a tagging system, also with the help of this word guide and video . However, I do not really understand how the tagging system works in terms of the filtering, so I just copied it and improvised. Now I have a problem with my filtering system as now it just redirects to a brand new page that contains all tasks including those that doesn't have the clicked tag. Before After Here is the updated log on my command line after inserting puts params.inspect in the MicropostsController#index , then clicking tag1 then tag2. Started GET "/tags/tag1