ninja-model 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,7 @@ module NinjaModel
|
|
107
107
|
@proxy ||= begin
|
108
108
|
self.class.proxy.instance(self)
|
109
109
|
end
|
110
|
-
@proxy.attributes = self.attributes
|
110
|
+
@proxy.attributes = self.attributes.delete_if { |k,v| k.eql?('id') }
|
111
111
|
@proxy.id = self.id
|
112
112
|
@proxy
|
113
113
|
end
|
data/lib/ninja_model/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ninja-model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 2
|
10
|
+
version: 0.6.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Josh Williams
|