method

routes_filter

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