method

formatter

formatter()
private

No documentation available.

# File railties/lib/rails/commands/routes/routes_command.rb, line 36
        def formatter
          if options.key?("expanded")
            ActionDispatch::Routing::ConsoleFormatter::Expanded.new
          else
            ActionDispatch::Routing::ConsoleFormatter::Sheet.new
          end
        end