1
0
Fork 0

Delete passports_helper.rb

This commit is contained in:
Alex Kotov 2018-12-03 06:05:17 +05:00 committed by GitHub
parent 19ceadcc87
commit b6b485315a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +0,0 @@
# frozen_string_literal: true
module PassportsHelper
def passport_series(value)
value.to_s.rjust 4, '0'
end
def passport_number(value)
value.to_s.rjust 6, '0'
end
end