remove
This commit is contained in:
@@ -164,10 +164,6 @@ class AppearanceRelease < ApplicationRecord
|
|||||||
"#{project.name.parameterize}_#{contract_template.release_type}_#{(signed_at || created_at).strftime('%Y.%m.%d')}_#{release_number}_#{filename_suffix.parameterize}"
|
"#{project.name.parameterize}_#{contract_template.release_type}_#{(signed_at || created_at).strftime('%Y.%m.%d')}_#{release_number}_#{filename_suffix.parameterize}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def complete?
|
|
||||||
person_photo.attached? && contract.attached?
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# Validates the quality of the person photo
|
# Validates the quality of the person photo
|
||||||
|
|||||||
Reference in New Issue
Block a user