Skip to content

Commit

Permalink
Fixes #37469 - Support Zeitwerk loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Jun 22, 2024
1 parent 8e4185b commit 205d8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20201014115147_rename_ca_file_column.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class RenameCaFileColumn < ActiveRecord::Migration[6.0]
class RenameCAFileColumn < ActiveRecord::Migration[6.0]
def change
rename_column :webhooks, :ssl_ca_file, :ssl_ca_certs
end
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_webhooks/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_webhooks.register_plugin', before: :finisher_hook do |_app|
Foreman::Plugin.register :foreman_webhooks do
requires_foreman '>= 3.7'
requires_foreman '>= 3.12'
register_gettext

apipie_documented_controllers ["#{ForemanWebhooks::Engine.root}/app/controllers/api/v2/*.rb"]
Expand Down

0 comments on commit 205d8f8

Please sign in to comment.