On 27 November 2010 12:21, Kostas L. <loup...@gmail.com> wrote:

Please don't top post, it makes it difficult to follow the thread.
Insert your reply into the previous post.  Thanks

> Hi colin,
> i have used these names because i have already created a php
> application using these names and i want to create the same
> application in rails.
> Its for a project in my university.
> I dont want to have different field names ..
> Do you think the problem is the names??? I dont think so...

Well the error message is NoMethodError, Model UserSession does not
respond to t_login which is saying the UserSession does not have a
method t_login, which suggests to me that the name is the problem.
Have you done something somewhere else in your code to tell Authlogic
to expect the different names?

It is easy enough to see if this is the problem here, just change
those few lines of code and see if that error goes away.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to