charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

Ensure the autocomplete form only suggests unique values (e.g. not the same activity presented several times) #17

Closed melikecode closed 7 years ago

melikecode commented 7 years ago

Have a look at the .uniq method

melikecode commented 7 years ago

complete