Class: FlowCore::TransitionCallback

Inherits:
ApplicationRecord show all
Includes:
TransitionCallbackable
Defined in:
app/models/flow_core/transition_callback.rb

Instance Method Summary collapse

Methods included from TransitionCallbackable

#_call, #call, #callable?, #on

Instance Method Details

#configurable?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/models/flow_core/transition_callback.rb', line 14

def configurable?
  false
end

#type_keyObject



18
19
20
# File 'app/models/flow_core/transition_callback.rb', line 18

def type_key
  self.class.to_s.split("::").last.underscore
end