Skip to content

Commit

Permalink
Merge pull request ManageIQ#18070 from AparnaKarve/virtual_transforma…
Browse files Browse the repository at this point in the history
…tion_mapping

Add `virtual_has_one` for `transformation_mapping` for API accessibility
  • Loading branch information
blomquisg committed Oct 10, 2018
2 parents 4995683 + 2564ad5 commit 19b4199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/service_template_transformation_plan.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class ServiceTemplateTransformationPlan < ServiceTemplate
include_concern 'ValidateConfigInfo'
virtual_has_one :transformation_mapping, :uses => :transformation_mapping
def request_class
ServiceTemplateTransformationPlanRequest
end
Expand Down

0 comments on commit 19b4199

Please sign in to comment.