Unplug v0.2.0 Unplug.Predicates.AppConfigNotIn View Source
Given an application and a key, execute the plug if the configured value is not in the provided enumerable of values.
Usage:
plug Unplug,
if: {Unplug.Predicates.AppConfigNotIn, {:my_app, :some_config, [:enabled, :enabled_again]}},
do: MyApp.Plug