'generate routes for all entries in table Rails 4 ruby 2.3

I have a Table called Blog which has 20 entries. Now i want to create 20 routes fetching title from the Blog table with minimal code or method in routes file.

And i dont want to create it manually. like whenever i add new entry to table, new route need to be created.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source