1
0
Fork 0
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:
Akira Matsuda 2018-10-20 14:11:51 +09:00
parent 931120d37d
commit 74a4774637

View file

@ -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.