Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 2e1cd11

Browse files
committed
Remove byebug
1 parent 928feb6 commit 2e1cd11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/paperclip/validators/attachment_presence_validator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class AttachmentPresenceValidator < ActiveModel::EachValidator
66
def validate_each(record, attribute, value)
77
if record.send("#{attribute}_file_name").blank?
88
record.errors.add(attribute, :blank, **options)
9-
byebug
109
end
1110
end
1211

0 commit comments

Comments
 (0)