# File lib/dm-types/file_path.rb, line 9 def self.load(value, property) if value.blank? nil else Pathname.new(value) end end