Module: ShouldaMatchmakers::Controller::ActionController::Matchmaker::FilterParam
- Included in:
- ActionControllerControllerSmModel
- Defined in:
- lib/controller/action_controller/matchmakers/filter_param.rb
Instance Method Summary collapse
Instance Method Details
#filter_param_matcher_tests ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/controller/action_controller/matchmakers/filter_param.rb', line 8 def filter_param_matcher_tests filter_params = Rails.application.config.filter_parameters if @app_controller_name == "ApplicationController" && filter_params.present? generate_filter_param_matcher_tests(filter_params) else [] end end |