Sha256: eabffa8f7f1d3d727b58ef89f4aa25c54bb2bb30ba9c1875c1e992496699f4eb
Contents?: true
Size: 320 Bytes
Versions: 36
Compression:
Stored size: 320 Bytes
Contents
class AbstractedResponder < ActionController::Responder include Responders::FlashResponder include Responders::HttpCacheResponder # Redirects resources to the collection path (index action) instead # of the resource path (show action) for POST/PUT/DELETE requests. include Responders::CollectionResponder end
Version data entries
36 entries across 36 versions & 1 rubygems