Fix comment.
authorWard Vandewege <ward@clinicalfuture.com>
Fri, 25 Jan 2013 15:53:30 +0000 (10:53 -0500)
committerWard Vandewege <ward@clinicalfuture.com>
Fri, 25 Jan 2013 15:53:30 +0000 (10:53 -0500)
app/controllers/user_sessions_controller.rb

index 22e4cbe4cec8f09a63cc2410fba65c22617ddc04..d0b5041b17437004a44022766c06cd4f3daf2bf2 100644 (file)
@@ -65,7 +65,7 @@ class UserSessionsController < ApplicationController
   end
 
   # login - Just bounce to /auth/joshid. The only purpose of this function is
-  # to save the redirect_to parameter (if it exists; see the application
+  # to save the return_to parameter (if it exists; see the application
   # controller). /auth/joshid bypasses the application controller.
   def login
     if current_user and params[:return_to]