Skip to content

Commit

Permalink
Agents have presence, not status
Browse files Browse the repository at this point in the history
  • Loading branch information
lpradovera committed Jan 16, 2015
1 parent 9fbff63 commit d9a2c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/electric_slide/call_queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def agent_available?
# @return {Agent}
def checkout_agent
agent = @strategy.checkout_agent
agent.status = :busy
agent.presence = :busy
agent
end

Expand Down

0 comments on commit d9a2c65

Please sign in to comment.