mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
attribute_accessors no longer uses extract_options since a5b0c60714
This commit is contained in:
parent
931120d37d
commit
74a4774637
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "active_support/core_ext/array/extract_options"
|
|
||||||
|
|
||||||
# Extends the module object with class/module and instance accessors for
|
# Extends the module object with class/module and instance accessors for
|
||||||
# class/module attributes, just like the native attr* accessors for instance
|
# class/module attributes, just like the native attr* accessors for instance
|
||||||
# attributes.
|
# attributes.
|
||||||
|
|
Loading…
Reference in a new issue