hi all here,
I hav installed the login engine plugin for rails and trying to
integrate it with my application.It works fine while i try register a
new account but when i tried to verify it through mailed link it says-
user? method not defined. Also at time of login it says-undefined method
`redirect_to_stored_or_default’.
I have noticed these function are in login_engine library.I dont know if
i have to do something else in configuration to require this file.Please
hepl me with this issue.
Thanx in advance
rkamthan
I have installed engine and login engine plugins.Do i have to install
user engine too?
have you added the require/include lines in application.rb?
On 2/24/06, rkamthan [email protected] wrote:
I have installed engine and login engine plugins.Do i have to install
user engine too?
–
Posted via http://www.ruby-forum.com/.
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
–
Hey thanx it works now.I thought i had to add it to jus corresponding
controller.
James A. wrote:
have you added the require/include lines in application.rb?
On 2/24/06, rkamthan [email protected] wrote:
I have installed engine and login engine plugins.Do i have to install
user engine too?
–
Posted via http://www.ruby-forum.com/.
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
–