Flowdock
method

query_parameter_names

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: ActionController::TestCase::Behavior
query_parameter_names(generated_extras) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/test_case.rb, line 552
      def query_parameter_names(generated_extras)
        generated_extras[1] + [:controller, :action]
      end
Register or log in to add new notes.