method
routes_filter
rails latest stable - Class:
Rails::Command::RoutesCommand
routes_filter()private
No documentation available.
# File railties/lib/rails/commands/routes/routes_command.rb, line 44
def routes_filter
options.symbolize_keys.slice(:controller, :grep)
end