I am using devise and faye. and I want to track all online users. so i thought of including a faye extension. in faye/faye_current_user.rb . when i am using current_user.id in faye_current_user.rb it is throwing undefined variable error.
If you have anyother easy way to fetch online users please help me out.