From d55526574ebba8ed1fe895a756118d6d76a3db4e Mon Sep 17 00:00:00 2001 From: Sergio Cambra Date: Wed, 23 Oct 2024 19:24:30 +0200 Subject: [PATCH] fix rubocop offense --- lib/active_scaffold.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_scaffold.rb b/lib/active_scaffold.rb index fe1bfe60e..25beaa3c3 100644 --- a/lib/active_scaffold.rb +++ b/lib/active_scaffold.rb @@ -88,7 +88,7 @@ def self.exclude_bridges mattr_accessor :nested_subforms, instance_writer: false def nested_subforms=(*) - ActiveSupport::Deprecation.warn "Nested subforms are enabled by default already" + ActiveSupport::Deprecation.warn 'Nested subforms are enabled by default already' end def self.root