Skip to content

Commit 01e1e46

Browse files
authored
Rename class so it works with Rails 7
1 parent 9898b62 commit 01e1e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/civo/kpi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Civo
2-
class KPI < Base
2+
class Kpi < Base
33
get :stats, "/v#{ENV["CIVO_API_VERSION"] || "2"}/kpi"
44
end
55
end

0 commit comments

Comments
 (0)