Skip to content

Commit

Permalink
Rename class so it works with Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries authored Feb 25, 2022
1 parent 9898b62 commit 01e1e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/civo/kpi.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Civo
class KPI < Base
class Kpi < Base
get :stats, "/v#{ENV["CIVO_API_VERSION"] || "2"}/kpi"
end
end

0 comments on commit 01e1e46

Please sign in to comment.