Class: Language

Inherits:
ApplicationRecord show all
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

Method Summary

Methods included from FlatPriority

#change_priority