Commit 57d0fd8c

mo khan <mo@mokhan.ca>
2015-02-02 05:18:51
remove invocation of undefined method.
1 parent 71ace69
Changed files (1)
app
app/controllers/my/passwords_controller.rb
@@ -10,7 +10,6 @@ module My
 
     def password_changed(user)
       @user = user
-      sign_in(@user, bypass: true) unless Rails.env.test?
       flash[:notice] = t("my.passwords.updated")
       render :index
     end