Skip to content

Commit

Permalink
Merge 8b6540d into 5fd6ef9
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Jan 31, 2022
2 parents 5fd6ef9 + 8b6540d commit ce48ee6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/manageiq/providers/embedded_ansible/crud_common.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module ManageIQ::Providers::EmbeddedAnsible::CrudCommon
extend ActiveSupport::Concern

def self.included(model)
model.include SupportsFeatureMixin
model.supports :create
end

module ClassMethods
def queue(instance_id, method_name, args, action, auth_user)
task_opts = {
Expand Down

0 comments on commit ce48ee6

Please sign in to comment.