Created
June 12, 2020 17:00
-
-
Save thanashyam/ea44c264b52605416044520cb346da6b to your computer and use it in GitHub Desktop.
Method to check the status of the LaunchParty feature
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
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