Commit 2b1809df authored by Peter Leitzen's avatar Peter Leitzen

RuboCop: Ban more methods which might cause subtransactions

parent afa96a9e
......@@ -11,6 +11,9 @@ module RuboCop
DISALLOWED_METHODS = %i[
safe_ensure_unique
safe_find_or_create_by
safe_find_or_create_by!
with_fast_read_statement_timeout
create_or_find_by
create_or_find_by!
].freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment