#35 Custom REST Actions
May 23, 2007 | 8 minutes | Controllers, Routing
REST adds many constraints. It restricts your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions. Learn how in this episode.