From 02559a464f2043b5728f477874f93b05c7a4bbd4 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Wed, 24 Jul 2019 03:40:03 +0000 Subject: Apply suggestion to doc/development/reusing_abstractions.md --- doc/development/reusing_abstractions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/development/reusing_abstractions.md b/doc/development/reusing_abstractions.md index edd8c85cfb8..fce144f8dc2 100644 --- a/doc/development/reusing_abstractions.md +++ b/doc/development/reusing_abstractions.md @@ -214,5 +214,4 @@ The API provided by Active Record itself, such as the `where` method, `save`, Everything in `app/workers`. Use `SomeWorker.perform_async` or `SomeWorker.perform_in` to schedule Sidekiq -jobs. Never directly invoke a worker using `SomeWorker.new.perform`, -though this is fine to use in tests. +jobs. Never directly invoke a worker using `SomeWorker.new.perform`. -- cgit v1.2.1