Skip to content

Commit

Permalink
Merge pull request #23330 from jrafanie/rails71-operating-system-flav…
Browse files Browse the repository at this point in the history
…or-provisioning-manager

Specify the FQ class name for the provisioning manager
  • Loading branch information
Fryguy authored Feb 6, 2025
2 parents 16ba169 + f850669 commit d5c763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/operating_system_flavor.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class OperatingSystemFlavor < ApplicationRecord
acts_as_miq_taggable
belongs_to :provisioning_manager
belongs_to :provisioning_manager, :class_name => "ManageIQ::Providers::ProvisioningManager"

has_and_belongs_to_many :customization_scripts
has_and_belongs_to_many :customization_script_ptables,
Expand Down

0 comments on commit d5c763c

Please sign in to comment.