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!

(cherry picked from commit f44fae6)
  • Loading branch information
chessbyte authored and simaishi committed Jun 1, 2020
1 parent 37b9eda commit f0185ad
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 f0185ad

Please sign in to comment.