Class: Rails::Command::RoutesCommand

Inherits:
Base show all
Defined in:
railties/lib/rails/commands/routes/routes_command.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Base

banner, base_name, class_usage, command_name, default_command_root, desc, engine?, executable, exit_on_failure?, help, hide_command!, inherited, namespace, perform, printing_commands, usage_path

Methods included from Actions

#boot_application!, #load_environment_config!, #load_generators, #load_tasks, #require_application!, #set_application_directory!

Instance Method Details

#performObject



24
25
26
27
28
29
# File 'railties/lib/rails/commands/routes/routes_command.rb', line 24

def perform(*)
  boot_application!
  require "action_dispatch/routing/inspector"

  say inspector.format(formatter, routes_filter)
end