lib/good_job/lockable.rb in good_job-1.11.2 vs lib/good_job/lockable.rb in good_job-1.11.3
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module GoodJob
#
# Adds Postgres advisory locking capabilities to an ActiveRecord record.
# For details on advisory locks, see the Postgres documentation:
# - {https://www.postgresql.org/docs/current/explicit-locking.html#ADVISORY-LOCKS Advisory Locks Overview}