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

don't send exit survey emails for FIT weekend workshops #15820

Merged
merged 3 commits into from
Jun 15, 2017

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented Jun 13, 2017

No description provided.

@@ -174,13 +174,21 @@ def exit_survey_url
end
end

def should_send_exit_survey?
return false if workshop.fit_weekend?
Copy link
Contributor

Choose a reason for hiding this comment

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

This could be !workshop.fit_weekend??

@ashercodeorg
Copy link
Contributor

As trivial as these methods are, some tests would be nice.

@Hamms Hamms force-pushed the dont-send-fit-exit-surveys branch from 356874a to 0cf09bd Compare June 14, 2017 00:47
@Hamms
Copy link
Contributor Author

Hamms commented Jun 14, 2017

PTAL

@Hamms Hamms merged commit 7281d86 into staging Jun 15, 2017
@Hamms Hamms deleted the dont-send-fit-exit-surveys branch June 15, 2017 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants