Sha256: 62269c248bdcbbc0d5e80c1c552a086752ae1adc70ab567d0384f59399cec0ed
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
class ApplicationResponder < 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_citable-4.0.0 | test/dummy/lib/application_responder.rb |