We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d486d commit c41be03Copy full SHA for c41be03
lib/tasks/import_news.rake
@@ -32,7 +32,7 @@ namespace :news do
32
new_count += 1 if is_new
33
updated_count += 1 unless is_new
34
35
- logger.info "[News] #{news.published_at.to_date} #{news.title} (#{status})" # ← puts から logger.info に変更
+ logger.info "[News] #{news.published_at.to_date} #{news.title} (#{status})"
36
end
37
38
0 commit comments