polyrex-createobject 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/polyrex-createobject.rb +1 -1
- metadata +1 -1
data/lib/polyrex-createobject.rb
CHANGED
@@ -32,7 +32,7 @@ class PolyrexCreateObject
|
|
32
32
|
%Q(
|
33
33
|
def #{name}(params={}, id=nil,&blk)
|
34
34
|
records = XPath.first(@parent_node,'records')
|
35
|
-
|
35
|
+
create_node(records, @rpaths['#{xpath}'], params, id)
|
36
36
|
blk.call(self) if blk
|
37
37
|
self
|
38
38
|
end
|