Sha256: e86f152f7d5e7863479b2d8298489ed2832776a74323b5269bd59fd431dfa8ff
Contents?: true
Size: 550 Bytes
Versions: 6
Compression:
Stored size: 550 Bytes
Contents
* Namespaced integrations are not registered by default anymore * Pass `static: false` in case you don't want initial states to be forced. e.g. ```ruby # will set the initial machine state @machines.initialize_states(@object) # optionally you can pass the attributes to have that as the initial state @machines.initialize_states(@object, {}, { state: 'finished' }) # or pass set `static` to false if you want to keep the `object.state` current value @machines.initialize_states(@object, { static: false }) ```
Version data entries
6 entries across 6 versions & 2 rubygems