jimsynz / faye-rails

Simple Rails glue for the Faye messaging protocol.
MIT License
435 stars 79 forks source link

Devise within Controller? #89

Open benbristow opened 8 years ago

benbristow commented 8 years ago

Hey,

I'm currently using Faye for chat with Devise for Authentication, but I'm unable to access the Devise current_user or authenticate_user! methods within FayeRails::Controller.

Has anyone figured out a way of doing this or am I SOL?