Skip to content

Commit

Permalink
supports_mixin: drop unused SupportsFeatureMixin::COMMON_FEATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Mar 7, 2024
1 parent 6b815bf commit 96e48e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/mixins/supports_feature_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
module SupportsFeatureMixin
extend ActiveSupport::Concern

COMMON_FEATURES = %i[create delete destroy refresh_ems update].freeze

# Whenever this mixin is included we define all features as unsupported by default.
# This way we can query for every feature
included do
Expand Down

0 comments on commit 96e48e5

Please sign in to comment.