Using Slugs to Filter Projects in Rails - Clipflow - Part 8
In this episode we will add slugs to the urls so that we can filter/scope records by organizations and channels. We will setup the routes in rails as well as setting up scopes on the models so that we can easily reuse the logic.