ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

issue with _join table___(tagging) #303

Closed dionadk closed 6 years ago

dionadk commented 7 years ago

I am using a join table to tag a tag name to a picture uploaded. Currently i can add a pic and create a tag name for the pic. but not getting how to tag the pic to the tag name created(join table - tagging is supposed to link the tag id and pic id.). So that i can see all the tag name created for that pic.

link to my github repo: https://github.com/dionadk/Wexels

maikelnabil commented 7 years ago

I think you should start by working on your routes.

Work on this for a while, and let me know if you need further support!

dionadk commented 7 years ago

Thanks Mike. Will work on it.