module UnresolvedLogHelper def flash_notice_for_resolved_logs(count) notice_message = "You’ve updated all the fields affected by the scheme change.
" notice_message << " Update #{count} more logs" if count.positive? end end