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:



31
32
33
# File 'app/models/flow_core/transition_callback.rb', line 31

def configurable?
  false
end

#type_keyObject



35
36
37
# File 'app/models/flow_core/transition_callback.rb', line 35

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