annotation Tourmaline::Stage::Step
Overview
Annotation for creating a step from a method.
Example:
@[Step(:foo, initial: true)]
def foo_step(update)
...
end
Annotation for creating a step from a method.
Example:
@[Step(:foo, initial: true)]
def foo_step(update)
...
end