File: responder.rb

package info (click to toggle)
ruby-inherited-resources 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 824 kB
  • sloc: ruby: 4,388; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module InheritedResources
  class Responder < ActionController::Responder
    include Responders::FlashResponder
  end
end