Finally in app/views/tags/show.html.erb below a destination’s description, use link_to to add a link to that destination:
Use “See more” for the link text
By giving the show route a name of “destination”, Rails automatically creates a helper method named destination_path. Use destination_path to generate a URL to a specific destination’s path.
i try resetting and i cant get past this exercise, so cannot continue with the rest of this exercise?