module StateManager::Helpers
State
helper methods. Examples:
@post.event! # send_event! :event @post.active? # in_state? :active @post.can_event? # respond_to_event? :event
State
helper methods. Examples:
@post.event! # send_event! :event @post.active? # in_state? :active @post.can_event? # respond_to_event? :event