Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Conversation

BeardedSteve
Copy link

Adds a find method on the Task area to retrieve a single task by the id. This has been named Task.find to remain consistent with other areas. The get method is not consistent with other areas though which use find_all or find_all_by_*. So find_all has been added and a comment placed in get to deprecate this method.

Adds a `find` method on the `Task` area to retrieve a single task by the id. This has been named `Task.find` to remain consistent with other areas.  The `get` method is not consistent with other areas though which use `find_all` or `find_all_by_*`. So `find_all` has been added and a comment placed in `get` to deprecate this method.
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.

1 participant