1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing require extract_options

This commit is contained in:
Akira Matsuda 2013-01-31 23:44:04 +09:00
parent 18e889f91b
commit ee4a2bb23d

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/array/extract_options'
module ActiveModel module ActiveModel
# == Active \Model \Callbacks # == Active \Model \Callbacks
# #