Method: Welo::IdentifyingMatcher#missing_params
- Defined in:
- lib/welo/core/matcher.rb
#missing_params(resource, ident = :default) ⇒ Object
45 46 47 |
# File 'lib/welo/core/matcher.rb', line 45 def missing_params(resource, ident=:default) (identifiers_for_params_matching(resource, ident) - params.keys) end |