Skip to content

Add new methods to integration class

Bojan Marjanovic requested to merge bojan/add-new-integration-methods into master

What does this MR do and why?

Add new methods to integration class

It adds activate!, deactivate! and toggle! methods to the integration class.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Checkout the branch
  2. Open the Rails console rails c
  3. Verify that new methods are working as expected! 🎉
Edited by Bojan Marjanovic

Merge request reports