Skip to content

FOR REFERENCE: [181] Add Suite deactivation/activation

Resolves #181 (closed)

  • Add active boolean attribute to Suite model with scope
  • Add :deactivate and :activate model methods to assign attribute value
  • Add :deactivate and :activate controller action with routes
  • Add SuitesHelper#activation_link to generate either an activation or deactivation link depending on whether or not the suite is active
  • Fixed some issues with the SuitePolicy

Blocked on #203

Merge request reports