I have a Rails application that\'s using the Devise gem, and I\'m creating a Rails Engine to mount in this app.
mount Comments::Engine => \'/talk\', :as =>
Seams I'm solved problem. I'd call current_user within Comments model and it didn't work. However getting current_user from controller, works fine. But this is not elegant way (.
current_user