* Use sluggerize to produce a slug from podcast episode title This is essentially the process we use for Article#title_to_slug without the random trailing bits on the end (since podcast episodes had not worked that way previously). * Add test case for slug generation * Oh, the test only works if you checkin the fixture, too |
||
|---|---|---|
| .. | ||
| create_episode.rb | ||
| episode_rss_item.rb | ||
| feed.rb | ||
| get_episode.rb | ||
| get_media_url.rb | ||
| update_episode_media_url.rb | ||