Class: WorkflowRb::Db::WorkflowRecord

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/workflow_rb/db/entities.rb

Class Method Summary collapse

Class Method Details

.abstract_class?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/workflow_rb/db/entities.rb', line 8

def self.abstract_class?
  true
end