Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Track activity #182

Merged
merged 5 commits into from
Mar 23, 2016
Merged

Track activity #182

merged 5 commits into from
Mar 23, 2016

Conversation

Wimsy113
Copy link
Contributor

issue #178 and #177

@@ -1,7 +1,7 @@
# Co-erces an HStore object of feature flags into a ruby model
class Features
include Virtus.model
attribute :check_in, Boolean, default: false
attribute :check_in, Boolean, default: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't change the default of this. It's off so that we can release from primary to production without worrying about exposing a half-finished feature.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to enable the check in feature for your user, do it through the rails console:

a = Account.find_by(email: "[email protected]")
a.features.check_in = true
a.save

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohhhh I read the issue and I thought it meant it wanted it turned on, but I gotcha I'll turn it back off

@zspencer
Copy link
Member

Looks good! Merge at your leisure!

@zspencer
Copy link
Member

Resolves #178

@Wimsy113 Wimsy113 merged commit ce86b73 into primary Mar 23, 2016
@Wimsy113 Wimsy113 deleted the track_activity branch March 23, 2016 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants