2017-07-11 2:16 GMT+02:00 sergio ruiz <sergio....@gmail.com>: > When I try to save the order, I get the following error: > > 'An ActiveRecord can not reference any sub instances of instruction > stream. Make sure you are not saving blocks. ‘ >
I think Sandstone do not support block serialization. To fix it in your application you need convert block to some valuable objects like message send. If you are not using blocks directly then the reason could be related to sorted collection which is usually created with sorted block. Here you also need convert sort block to message send with two args.