Sha256: d0c29b0bb5b9af6ff01edcdac0b513c217c26283b39c9dd93fe8840307a80b21
Contents?: true
Size: 424 Bytes
Versions: 9
Compression:
Stored size: 424 Bytes
Contents
# frozen_string_literal: true module Archangel ## # Application responder # 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 end
Version data entries
9 entries across 9 versions & 1 rubygems