Fix RSpec/SpecFilePathFormat
cops (#27730)
This commit is contained in:
parent
c501d626e8
commit
d6f50839e1
12 changed files with 17 additions and 13 deletions
7
app/lib/node_info/adapter.rb
Normal file
7
app/lib/node_info/adapter.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class NodeInfo::Adapter < ActiveModelSerializers::Adapter::Attributes
|
||||
def self.default_key_transform
|
||||
:camel_lower
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue