mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-22 22:01:26 +00:00
7 lines
161 B
Ruby
7 lines
161 B
Ruby
# frozen_string_literal: true
|
|
|
|
class NodeInfo::Adapter < ActiveModelSerializers::Adapter::Attributes
|
|
def self.default_key_transform
|
|
:camel_lower
|
|
end
|
|
end
|