Permalink
Please sign in to comment.
Browse files
Fixed issue where the parent record in a one to many relationship had…
… not been saved causing validation errors when saving child records
- Loading branch information...
Showing
with
16 additions
and 16 deletions.
- +15 −15 lib/xml_active.rb
- +1 −1 lib/xml_active/version.rb
@@ -1,3 +1,3 @@ | ||
module XmlActive | ||
- VERSION = "0.0.4" | ||
+ VERSION = "0.0.5" | ||
end |
0 comments on commit
0fc35f9