diff options
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/monsterfork.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/monsterfork.rake b/lib/tasks/monsterfork.rake index f36cc3915..11c5d86d9 100644 --- a/lib/tasks/monsterfork.rake +++ b/lib/tasks/monsterfork.rake @@ -11,7 +11,7 @@ namespace :monsterfork do ActiveRecord::Base.logger.silence do i += statuses.count statuses.each do |s| - s.update_column(:normalized_text, normalize_status(s)) + s.update_column(:normalized_text, normalize_status(s, cache: false)) end end end |