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

Version Path
archangel-0.4.0 lib/archangel/application_responder.rb
archangel-0.3.0 lib/archangel/application_responder.rb
archangel-0.0.8 lib/archangel/application_responder.rb
archangel-0.0.7 lib/archangel/application_responder.rb
archangel-0.0.6 lib/archangel/application_responder.rb
archangel-0.0.5 lib/archangel/application_responder.rb
archangel-0.0.4 lib/archangel/application_responder.rb
archangel-0.0.3 lib/archangel/application_responder.rb
archangel-0.0.2 lib/archangel/application_responder.rb