Skip to content

Commit

Permalink
Merge pull request #20332 from agrare/move_supports_create_flavor
Browse files Browse the repository at this point in the history
Move supports :create out of base Flavor model
  • Loading branch information
chessbyte authored Jul 7, 2020
2 parents b129d42 + ecbc1d1 commit 61df10e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/flavor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ class Flavor < ApplicationRecord
include CloudTenancyMixin
include SupportsFeatureMixin

supports :create
supports :delete

acts_as_miq_taggable

belongs_to :ext_management_system, :foreign_key => :ems_id, :class_name => "ManageIQ::Providers::CloudManager"
Expand Down

0 comments on commit 61df10e

Please sign in to comment.