andela/eventx

View on GitHub
lib/application_responder.rb

Summary

Maintainability
A
0 mins
Test Coverage
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