4 lines
97 B
Ruby
4 lines
97 B
Ruby
|
class ThemeTranslationSerializer < ApplicationSerializer
|
||
|
attributes :key, :value, :default
|
||
|
end
|