Skip to content

Commit

Permalink
remove unecessary Interactor include
Browse files Browse the repository at this point in the history
  • Loading branch information
npauzenga committed Jan 11, 2016
1 parent 7a3274c commit 9c4ada7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/interactors/create_password_reset_token.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
class CreatePasswordResetToken < StandardInteraction
include Interactor

def validate_input
context.fail!(errors: "invalid input") unless context.user
end
Expand Down

0 comments on commit 9c4ada7

Please sign in to comment.