Add missing require to with_options [#4601 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Carlos Antonio da Silva 2010-05-15 09:12:55 -03:00 committed by José Valim
parent 58adc67371
commit c77794a924
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'active_support/option_merger'
class Object class Object
# An elegant way to factor duplication out of options passed to a series of # 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 # method calls. Each method called in the block, with the block variable as