Skip to content

Instantly share code, notes, and snippets.

@thanashyam
Created June 12, 2020 17:00
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/ea44c264b52605416044520cb346da6b to your computer and use it in GitHub Desktop.
Save thanashyam/ea44c264b52605416044520cb346da6b to your computer and use it in GitHub Desktop.
Method to check the status of the LaunchParty feature
def launched_for?(account)
@store.smembers(account_wise_key(account)).map(&:to_sym) | @store.smembers(everyone_key).map(&:to_sym)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment