# File lib/machinist/active_record/blueprint.rb, line 5 def make!(attributes = {}) object = make(attributes) object.save! object.reload end