Chris Gunnels wrote: > I have the following action that is supposed to test whether a username > exists or not. It seems that the first condition never fails. I have put > nothing in the params[:l] hash and the first condition executes. Any > ideas? > > def index > @oLogin = User.find_by_login(params[:l]) > if @oLogin.login != nil
if @oLogin You ought to read some Rails tutorials and projects for a while; these patterns must soak in! Also, nobody around here uses HN like oLogin. We know it's an 'o'bject already! --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

