summaryrefslogtreecommitdiffstats
path: root/config/initializers/10-patches.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-07-19 08:47:05 +0000
committerGo MAEDA <maeda@farend.jp>2024-07-19 08:47:05 +0000
commit0ddcb9afff34cd1e376107c06972b4f0c17f4d58 (patch)
tree14541f7a1a5c989ac62e843497ac978527e6c477 /config/initializers/10-patches.rb
parent0247ebb394233fd45ff7c68c9bc7ecb9533f9a7b (diff)
downloadredmine-0ddcb9afff34cd1e376107c06972b4f0c17f4d58.tar.gz
redmine-0ddcb9afff34cd1e376107c06972b4f0c17f4d58.zip
Fix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22939 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/initializers/10-patches.rb')
-rw-r--r--config/initializers/10-patches.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/initializers/10-patches.rb b/config/initializers/10-patches.rb
index df8afc291..716330641 100644
--- a/config/initializers/10-patches.rb
+++ b/config/initializers/10-patches.rb
@@ -8,6 +8,7 @@ module ActiveRecord
undef open
end
end
+
class Relation ; undef open ; end
end