I have the controller action:
class UsersController < ApplicationController def new @user = User.new if params[:email] @email = params[:em