Skip to content

Commit

Permalink
Fixes #37464 - Support Zeitwerk loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Sep 10, 2024
1 parent 830ebef commit 885082a
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 156 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20201217161511_add_url_to_oval_content.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddUrlToOvalContent < ActiveRecord::Migration[6.0]
class AddURLToOvalContent < ActiveRecord::Migration[6.0]
def change
add_column :foreman_openscap_oval_contents, :url, :string
end
Expand Down
Loading

0 comments on commit 885082a

Please sign in to comment.