require before include
This commit is contained in:
parent
0341b039a7
commit
ba8f84127c
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ module CouchRest
|
||||||
def apply_lib(funcs)
|
def apply_lib(funcs)
|
||||||
funcs.each do |k,v|
|
funcs.each do |k,v|
|
||||||
next unless v.is_a?(String)
|
next unless v.is_a?(String)
|
||||||
funcs[k] = process_require(process_include(v))
|
funcs[k] = process_include(process_require(v))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue