diff options
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/inspector.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing/inspector.rb b/actionpack/lib/action_dispatch/routing/inspector.rb index 8c0cf74667..de200fada0 100644 --- a/actionpack/lib/action_dispatch/routing/inspector.rb +++ b/actionpack/lib/action_dispatch/routing/inspector.rb @@ -125,7 +125,7 @@ module ActionDispatch end end - class ConsoleFormatter + module ConsoleFormatter class Sheet def initialize @buffer = [] @@ -185,7 +185,7 @@ module ActionDispatch end end - class Expanded < ConsoleFormatter + class Expanded def initialize @buffer = [] end |