How to show Number of Views (like This link/page has been viewed 68 times) in rails? -
How does the number of views show (i.e.: this link / page 68 views) in the rail? Do I provide any gem or plugin for this?
If you are following the normal MVC pattern, the view object model is represented and the view number The best way to track is to simply add the 'Count of times watched' counter to the table.
Comments
Post a Comment