9 lines
172 B
Ruby
9 lines
172 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# En mantenimiento
|
||
|
class Maintenance < ApplicationRecord
|
||
|
extend Mobility
|
||
|
|
||
|
translates :message, type: :string, locale_accessors: true
|
||
|
end
|