method
formatter
v8.0.0 -
Show latest stable
- Class:
Rails::Command::RoutesCommand
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