Class: Hyrax::Workflow::WorkflowSchema::Types

Inherits:
Object
  • Object
show all
Defined in:
app/services/hyrax/workflow/workflow_schema.rb

Constant Summary collapse

Constant =
Types::Class.constructor do |v|
  begin
    v.constantize
  rescue NameError => _err
    v
  end
end