Class: Language
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Language
- Includes:
- FlatPriority
- Defined in:
- app/models/language.rb
Overview
Language
Attributes:
active [Boolean]
code [String]
created_at [DateTime]
priority [Integer]
slug [String]
updated_at [DateTime]
users_count [Integer]
Constant Summary collapse
- SLUG_LIMIT =
20
- CODE_LIMIT =
8