Skip to content

Commit

Permalink
Remove unnecessary search
Browse files Browse the repository at this point in the history
  • Loading branch information
jlareo committed Feb 21, 2015
1 parent e3696c3 commit d7e38ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/correos_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def check_tracking_state
end

def remove_tracking_number
self.class.destroy(id)
self.destroy
end

private
Expand Down

0 comments on commit d7e38ae

Please sign in to comment.