A little bit of SEO optimization.
I’ve updated the links to stores to pass through the store name instead of it’s id. Previously the url would look something like ‘/stores/1′. Now it looks like ‘/stores/amazon’. Implementation was extremely easy although wasted a bit of time not realizing I needed to use find_by_name instead of plain find.