mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add missing require to with_options [#4601 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
committed by
José Valim
parent
58adc67371
commit
c77794a924
@@ -1,3 +1,5 @@
|
||||
require 'active_support/option_merger'
|
||||
|
||||
class Object
|
||||
# An elegant way to factor duplication out of options passed to a series of
|
||||
# method calls. Each method called in the block, with the block variable as
|
||||
|
||||
Reference in New Issue
Block a user