-
Notifications
You must be signed in to change notification settings - Fork 16
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
[LUPEYALPHA-1174] EY employment task #3352
Conversation
ca4b0a0
to
514f9ca
Compare
app/models/task.rb
Outdated
@@ -53,4 +53,10 @@ def to_param | |||
def identity_confirmation? | |||
name == "identity_confirmation" | |||
end | |||
|
|||
def available? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think i'd prefer to call this method employment_task_available?
, even though it's a bit out of place as it's more specific than available?
the next person is far less likely to hijack for some other use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
514f9ca
to
018daaf
Compare
https://dfedigital.atlassian.net/browse/LUPEYALPHA-1174
changes: