Sha256: c4a3286e6ce849e10c2e3cef786b79643d4774fa3a26f3a689ba3eed99c36ff0

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

# Base responder for our application, that uses the Responders gem to mix in
# extra functinoality into Rails' default Responder.
class ApplicationResponder < ActionController::Responder
  include Responders::FlashResponder
  include Responders::HttpCacheResponder
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stationed-0.6.0 lib/stationed/generators/templates/application_responder.rb
stationed-0.5.0 lib/stationed/generators/templates/application_responder.rb
stationed-0.4.0 lib/stationed/generators/templates/application_responder.rb
stationed-0.3.0 lib/stationed/generators/templates/application_responder.rb
stationed-0.2.0 lib/stationed/generators/templates/application_responder.rb
stationed-0.1.0 lib/stationed/generators/templates/application_responder.rb
stationed-0.0.1 lib/stationed/generators/templates/application_responder.rb