Module: Presenters::Statemachine::TubeAllowsLibraryPassing

Defined in:
app/models/concerns/presenters/statemachine/tube_allows_library_passing.rb

Overview

Currently tube passing does not depend on request types. Which is good, because that information is a bit hard to get to.

Instance Method Summary collapse

Instance Method Details

#control_library_passingObject



9
10
11
# File 'app/models/concerns/presenters/statemachine/tube_allows_library_passing.rb', line 9

def control_library_passing
  false
end

#control_suggested_library_passingObject



13
14
15
# File 'app/models/concerns/presenters/statemachine/tube_allows_library_passing.rb', line 13

def control_suggested_library_passing
  yield
end