Skip to content

Commit

Permalink
Merge pull request ManageIQ#14331 from jntullo/enhancement/expose_job…
Browse files Browse the repository at this point in the history
…_plays

Add job_plays to job
  • Loading branch information
gmcculloug authored Mar 15, 2017
2 parents 4d88fff + fd82107 commit b9c1057
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def status_class
belongs_to :job_template, :foreign_key => :orchestration_template_id, :class_name => "ConfigurationScript"
belongs_to :playbook, :foreign_key => :configuration_script_base_id

virtual_has_many :job_plays

class << self
alias create_job create_stack
alias raw_create_job raw_create_stack
Expand Down

0 comments on commit b9c1057

Please sign in to comment.