This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
add #build / #new
and make << / #push
save like active record does #63
Open
Description
<<
should save, and build
should not.
change push's name to build (be careful push / << may be used internally in Hypermesh) and add a new push which does build(...).save
and returns self.
only allow build on root collections (not scopes) as the scope behavior is to fill in the attributes to match the scope. (see #64)
have to add the old behavior back into the deprecation gem.