Sha256: f03f5097d2ab3d5d27c41837ad8246ea317d263a29d43f6c93b70e9bb415f5e6
Contents?: true
Size: 353 Bytes
Versions: 23
Compression:
Stored size: 353 Bytes
Contents
class ApplicationResponder < ActionController::Responder include Responders::FlashResponder include Responders::HttpCacheResponder # Uncomment this responder if you want your resources to redirect to the collection # path (index action) instead of the resource path for POST/PUT/DELETE requests. # include Responders::CollectionResponder end
Version data entries
23 entries across 23 versions & 1 rubygems