Method: Rails::Command::RoutesCommand#perform
- Defined in:
- railties/lib/rails/commands/routes/routes_command.rb
#perform ⇒ Object
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 |