Class: CodeType

Inherits:
ApplicationRecord show all
Includes:
RequiredUniqueName, RequiredUniqueSlug
Defined in:
app/models/code_type.rb

Overview

Code type

Attributes:

- name [String]
- slug [String]

Constant Summary collapse

NAME_LIMIT =
100
SLUG_LIMIT =
20