Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add per_user setting for per user enablement of features #4

Merged
merged 1 commit into from
Jan 19, 2014

Conversation

mmosche2
Copy link
Contributor

adds "per_user" setting for features.yml and updates the feature_enabled? method: If feature is "true", feature_enabled? returns true. If feature is "false", feature_enabled? returns false. If feature is "per_user", feature_enabled? checks if the user is stored in the redis db. Updates specs to cover these additional use cases.

@AndyObtiva
Copy link
Owner

Looks good. Tests pass. Thanks.

AndyObtiva added a commit that referenced this pull request Jan 19, 2014
add per_user setting for per user enablement of features
@AndyObtiva AndyObtiva merged commit 1a824e5 into AndyObtiva:master Jan 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants