# File lib/dm-types/file_path.rb, line 17 def self.dump(value, property) return nil if value.blank? value.to_s end