From: Robert Worley Date: 2007-01-13T06:32:54+09:00 Subject: Re: What does this mean? ||= If @account is nil it'll look in the database to find an account using the account id from the session and return it; otherwise it'll just return the current value of @account. -- Posted via http://www.ruby-forum.com/.