Calling a controller action from another controller

Hey there, I'd like to set up my application so that, upon successfully creating a new user (within the users controller), that user is automatically logged in. So this is what I figured might work, but it doesn't:

<within users_controller.rb >