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.
Files changed (2) hide show
  1. data/lib/polyrex-createobject.rb +1 -1
  2. metadata +1 -1
@@ -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
- self.record = create_node(records, @rpaths['#{xpath}'], params, id)
35
+ create_node(records, @rpaths['#{xpath}'], params, id)
36
36
  blk.call(self) if blk
37
37
  self
38
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polyrex-createobject
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors: []
7
7