Module: Presenters::Statemachine

Defined in:
app/models/concerns/presenters/statemachine/allows_library_passing.rb,
app/models/concerns/presenters/statemachine.rb,
app/models/concerns/presenters/statemachine/shared.rb,
app/models/concerns/presenters/statemachine/standard.rb,
app/models/concerns/presenters/statemachine/permissive.rb,
app/models/concerns/presenters/statemachine/submission.rb,
app/models/concerns/presenters/statemachine/single_child_permissive.rb,
app/models/concerns/presenters/statemachine/state_allows_child_creation.rb,
app/models/concerns/presenters/statemachine/tube_allows_library_passing.rb,
app/models/concerns/presenters/statemachine/does_not_allow_library_passing.rb,
app/models/concerns/presenters/statemachine/state_allows_single_child_creation.rb,
app/models/concerns/presenters/statemachine/state_does_not_allow_child_creation.rb

Overview

The state never presents the library pass button

Defined Under Namespace

Modules: AllowsLibraryPassing, DoesNotAllowLibraryPassing, Permissive, Shared, SingleChildPermissive, Standard, StateAllowsChildCreation, StateAllowsSingleChildCreation, StateDoesNotAllowChildCreation, StateTransitions, Submission, TubeAllowsLibraryPassing