Skip to content

Commit 0694996

Browse files
committed
style: ダブルクォートをシングルクォートに変更
1 parent cddb4ab commit 0694996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/import_news.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'yaml'
22

33
namespace :news do
4-
desc "db/news.yml を読み込んで News テーブルを upsert する"
4+
desc 'db/news.yml を読み込んで News テーブルを upsert する'
55
task import_from_yaml: :environment do
66
yaml_path = Rails.root.join('db', 'news.yml')
77
raw = YAML.safe_load(File.read(yaml_path), permitted_classes: [Time], aliases: true)

0 commit comments

Comments
 (0)