Closed cagdasolgun closed 11 years ago
Do you mean mass creation of resources, where Spira::Base#create
takes an array of hashes like ActiveRecord::Base#create
? No, Spira cannot do that.
I created a hook to perform this action. Checks if relation type is objecttype and trigger save action for each related objects. Thanks for answer.
Resources with has_many relationships which derived from Spira::Base do cascade inserting?