Last active
June 12, 2020 17:02
-
-
Save thanashyam/7149228baba47345848c03c62049ddb8 to your computer and use it in GitHub Desktop.
Sample usage for LaunchParty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Launching a feature to an account | |
account.launch(:custom_translations) | |
# Checking if the feature has been launched | |
account.launched?(:custom_translations) | |
# Reverting the feature from an account | |
account.rollback(:custom_translations) | |
# Listing all the features turned on for the account | |
account.all_features | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment