aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-11 17:36:43 -0400
committerGitHub <noreply@github.com>2017-07-11 17:36:43 -0400
commitcfb1e4dfd8813d3d5c75a15a750b3c53eebdea65 (patch)
tree387edb2a4b1bdcdb5271d285c6fdf106313521a1 /activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
parentf3e8d599a3ce4bdc6cf38ccd2e78c14cb84e28c5 (diff)
parent2653765144976d8f085d3ac473926b3f97a71d6b (diff)
downloadrails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.gz
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.bz2
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.zip
Merge pull request #29748 from koic/enable_layout_empty_line_after_magic_comment
Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to 'activesupport/lib/active_support/core_ext/class/attribute_accessors.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/class/attribute_accessors.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb b/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
index 0345478c59..b4dbcc6698 100644
--- a/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
+++ b/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
# cattr_* became mattr_* aliases in 7dfbd91b0780fbd6a1dd9bfbc176e10894871d2d,
# but we keep this around for libraries that directly require it knowing they
# want cattr_*. No need to deprecate.