Skip to content

Commit

Permalink
Fix inflection of MaintainIPAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Nov 10, 2024
1 parent 014e040 commit a3d1253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ApplicationController < JSONAPI::ResourceController
include PreferredLocale::AutoLocale
include DoorkeeperHelpers
include Pundit::ResourceController
include MaintainIpAddresses
include MaintainIPAddresses

def base_url
super + '/api/edge'
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/concerns/maintain_ip_addresses.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module MaintainIpAddresses
module MaintainIPAddresses
extend ActiveSupport::Concern

def maintain_ip_addresses
Expand Down

0 comments on commit a3d1253

Please sign in to comment.