attachment_fuのdb_files.ymlとかでバイナリをYAMLに入れる方法 db_file1: id: 1 data: <%= File.read('パス').to_yaml.gsub(/\n/, "\n ").gsub(/--- /, '') %>