Module: Hollow::Resource::Stateful
- Defined in:
- lib/hollow/resource/stateful.rb
Overview
Marks a class as a Hollow::Resource that may be used by Application instances to handle requests. Each time Application#handle_request delegates to a Stateful resource, a new instance of the resource is created to service the request.