Sha256: a55a697fb7e970ffc9cc9077f1e92449fb183869b7a9e20797f6ccb31a0d2648
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
# frozen_string_literal: true 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vimo-0.1.3 | lib/application_responder.rb |
vimo-0.1.1 | lib/application_responder.rb |
vimo-0.1.0 | lib/application_responder.rb |