8 lines
141 B
Ruby
8 lines
141 B
Ruby
|
|
module Validators
|
||
|
|
class Key::FileExistence < Base
|
||
|
|
|
||
|
|
delegate_to_helper_validator { Helpers::FileExistence.new(@model.path) }
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|