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
1 changed files with 0 additions and 11 deletions

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