module Resourceful::Default
This module contains various methods that are available from actions and callbacks. Default::Accessors
and Default::URLs
are the most useful to users; the rest are mostly used internally.
However, if you want to poke around the internals a little, check out Default::Actions
, which has the default Action definitions, and Default::Responses.included
, which defines the default response_for blocks.