Skip to content

Instantly share code, notes, and snippets.

@jmoody
Created June 4, 2014 20:27
Show Gist options
  • Select an option

  • Save jmoody/d5c0f0a72a166e77ff38 to your computer and use it in GitHub Desktop.

Select an option

Save jmoody/d5c0f0a72a166e77ff38 to your computer and use it in GitHub Desktop.
> user = user_model()
#<UserModel:0x007fc843c61c00 @employee_id=nil, @team_id=nil>
> user.employee_id
130012147057
> user.team_id
1
> Cegedim::MI::Backdoor.select_todo_assignees(user, 3)
[
[0] "Small, Monica",
[1] "Winchester, Amanda",
[2] "Brown, Christopher"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment