about summary refs log tree commit diff
path: root/app/lib/nodeinfo/adapter.rb
blob: 1b48dcb98fadf2a0b96b8ac64e98e2adb1b901a4 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

class NodeInfo::Adapter < ActiveModelSerializers::Adapter::Attributes
  def self.default_key_transform
    :camel_lower
  end
end