Skip to content

Instantly share code, notes, and snippets.

@thanashyam
Last active June 12, 2020 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanashyam/7149228baba47345848c03c62049ddb8 to your computer and use it in GitHub Desktop.
Save thanashyam/7149228baba47345848c03c62049ddb8 to your computer and use it in GitHub Desktop.
Sample usage for LaunchParty
# 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