Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created April 14, 2023 00:41
Show Gist options
  • Save rayrayzayzay/7ecdc80a4c0cd5a39c4d749c2c50ecd1 to your computer and use it in GitHub Desktop.
Save rayrayzayzay/7ecdc80a4c0cd5a39c4d749c2c50ecd1 to your computer and use it in GitHub Desktop.
plug MyAppWeb.Plugs.CheckFeatureFlag,
:upload_anything when action in [:import_layer, :import_elements]
def import_layer(conn, params) do
# Will run if feature flag is enabled, fail otherwise
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment