You are building a Ruby on Rails 3 web app. You do not yet have user authentication or registration for your app. A future article will show you how to add Google OpenID to your authlogic app, but this article is all about starting from scratch. You want your users to use their Google Accounts for their identity. You have a model named User which represents a registered user in your system. (Once