Skip to content

Commit

Permalink
Merge pull request ManageIQ#14713 from isimluk/bz-tbd
Browse files Browse the repository at this point in the history
Do not pass nil to the assignment mixin
(cherry picked from commit 17e9829)

https://bugzilla.redhat.com/show_bug.cgi?id=1441199
  • Loading branch information
gtanzillo authored and simaishi committed Apr 11, 2017
1 parent 26b4910 commit c9e75da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/metric/chargeback_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def parents_determining_rate
when ContainerProject.name
[parent_ems].compact
when Container.name
[parent_ems]
[parent_ems].compact
end
end
end

0 comments on commit c9e75da

Please sign in to comment.