Skip to content

Commit

Permalink
clean up per rubocop
Browse files Browse the repository at this point in the history
line 11 was too long
  • Loading branch information
npauzenga committed Nov 7, 2015
1 parent 4d1a7bf commit ce965e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/interactors/create_password_reset_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ def call
# enc, raw = Encryptor.generate_token
#
# context.raw = SecureRandom.urlsafe_base64.to_s
# enc = OpenSSL::HMAC.hexdigest("SHA512", Rails.application.secrets.secret_key_base, context.raw).to_s
# enc = OpenSSL::HMAC.hexdigest("SHA512",
# Rails.application.secrets.secret_key_base,
# context.raw).to_s

context.user.create_reset_digest
end
Expand Down

0 comments on commit ce965e6

Please sign in to comment.