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

Version Path
cybele-1.9.2 templates/lib/application_responder.rb
cybele-1.9.1 templates/lib/application_responder.rb
cybele-1.9.0 templates/lib/application_responder.rb
cybele-1.8.0 templates/lib/application_responder.rb
cybele-1.7.2 templates/lib/application_responder.rb
cybele-1.7.0 templates/lib/application_responder.rb
cybele-1.6.0 templates/lib/application_responder.rb
cybele-1.5.1 templates/lib/application_responder.rb
cybele-1.5.0 templates/lib/application_responder.rb
cybele-1.4.0 templates/lib/application_responder.rb
cybele-1.3.0 templates/lib/application_responder.rb
cybele-1.2.0 templates/lib/application_responder.rb
cybele-1.1.0 templates/lib/application_responder.rb
cybele-1.0.0 templates/lib/application_responder.rb
cybele-0.10.1 templates/lib/application_responder.rb
cybele-0.10.0 templates/lib/application_responder.rb
cybele-0.9.0 templates/lib/application_responder.rb
cybele-0.8.0 templates/lib/application_responder.rb
cybele-0.7.0 templates/lib/application_responder.rb
cybele-0.6.0 templates/lib/application_responder.rb