Hi, Thanks for the response,
yes, I already segregate the Devise controllers, I made a copy of devise gem at : /trunk/vendor/gems/devise-1.0.8, and I already change those 5 controllers to something like: class ConfirmationsController < DeviseController on each one And I think is using that device gem in vendor, because that [v] that appears on the error lines: devise (1.0.8) [v] app/controllers/sessions_controller.rb:19:in `authenticate' devise (1.0.8) [v] app/controllers/sessions_controller.rb:19:in `create' But still I'm getting the error, any other idea? Thank you very much -- Posted via http://www.ruby-forum.com/.
