Skip to content

Commit

Permalink
Merge pull request #445 from kbrock/class_reload
Browse files Browse the repository at this point in the history
fix reload!
  • Loading branch information
chessbyte authored May 31, 2020
2 parents ee70c81 + f271b70 commit f44fae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miq_automation_engine/engine/miq_ae_method_service.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MiqAeMethodService
def self.const_missing(name)
super unless defined?(MiqAeServiceModelBase)
return super unless defined?(MiqAeServiceModelBase)

MiqAeServiceModelBase.create_service_model_from_name(name) || super
end
Expand Down

0 comments on commit f44fae6

Please sign in to comment.