Skip to content

Commit

Permalink
fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Oct 23, 2024
1 parent 3a245bd commit d555265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_scaffold.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d555265

Please sign in to comment.