5 lines
74 B
Ruby
5 lines
74 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ConsumerPolicy < AdminOnlyPolicy
|
|
end
|