class Cuprum::Rails::Responders::Html::PluralResource

Defines default responses for a plural RESTful resource.

Responds to any other successful result by rendering the template for the action name and passing the result value as assigned variables. For a failing result, redirects to either the show page or the index page for the resource, based on the resource's defined routes.