app/controllers/curupira/passwords_controller.rb in curupira-0.1.4 vs app/controllers/curupira/passwords_controller.rb in curupira-0.1.6

- old
+ new

@@ -1,6 +1,6 @@ class Curupira::PasswordsController < ApplicationController - before_filter :redirect_to_root_with_errors, if: :current_user + before_action :redirect_to_root_with_errors, if: :current_user def new @user = User.new end