How to make a user like a post without the need of authentication?!
Hi, I have a side project where I don't want visitors to make accounts because it is just a collection of posts but I want them to be able to like posts.
what's the real problem here?
just increment the number of like of the post once the user click like button
Hey, good afternoon.
Look this tutorial: https://www.railstutorial.org/
It has this feature that you want to implement. It is a recommended tutorial for Ruby on Rails developers.
I hope this will help you.