Method: SecurityContext#apply_param_rules

Defined in:
lib/security_context.rb

#apply_param_rulesObject

:nodoc:



283
284
285
# File 'lib/security_context.rb', line 283

def apply_param_rules # :nodoc:
  evaluate_bound_rules(@param_rules, @param_valid_objects)
end