S
saurabh purnaye
[Note: parts of this message were removed to make it a legal post.]
Hi,
I am using Devise and want to override a method from a controller also there
is a different way for signup.
I am using RAILS = 2.3.5 and DEVISE= 1.0.8
I tried using
class Mycontroller < Devise::RegistrationsController
end
and also
devise_for :users, :controllers => { :registrations => "some_diff_controller" }
But still I am finding that the method is NOT getting overridden.
Could you please suggest anything over here
Thanks in advance
--
Thanks and Regards
Saurabh Purnaye
+91-9922071155
skype: sorab_pune
yahoo & gtalk: saurabh.purnaye
msn: (e-mail address removed)
Hi,
I am using Devise and want to override a method from a controller also there
is a different way for signup.
I am using RAILS = 2.3.5 and DEVISE= 1.0.8
I tried using
class Mycontroller < Devise::RegistrationsController
end
and also
devise_for :users, :controllers => { :registrations => "some_diff_controller" }
But still I am finding that the method is NOT getting overridden.
Could you please suggest anything over here
Thanks in advance
--
Thanks and Regards
Saurabh Purnaye
+91-9922071155
skype: sorab_pune
yahoo & gtalk: saurabh.purnaye
msn: (e-mail address removed)