fluke/devops-service/db/validators/key/file_existence.rb

8 lines
141 B
Ruby
Raw Normal View History

2015-02-12 13:01:05 +03:00
module Validators
class Key::FileExistence < Base
delegate_to_helper_validator { Helpers::FileExistence.new(@model.path) }
end
end