Skip to content

Commit

Permalink
Add SupportsFeatureMixin to CloudNetwork
Browse files Browse the repository at this point in the history
This is needed to allow non-OpenStack providers to filter out certain
buttons in the UI.

https://bugzilla.redhat.com/show_bug.cgi?id=1403152
  • Loading branch information
tzumainn committed Mar 10, 2017
1 parent 1032e7b commit 46255b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/cloud_network.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class CloudNetwork < ApplicationRecord
include NewWithTypeStiMixin
include SupportsFeatureMixin

acts_as_miq_taggable

Expand Down

0 comments on commit 46255b6

Please sign in to comment.