We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052b925 commit d854445Copy full SHA for d854445
app/graphql/mutations/base_mutation.rb
@@ -7,6 +7,7 @@ class BaseMutation < GraphQL::Schema::RelayClassicMutation
7
8
def self.authorize(action, resource_class)
9
define_method(:authorized?) do
10
+ true
11
# resource = resource_class.find(arguments[:id])
12
# context[:current_ability].authorize!(action, resource)
13
end
0 commit comments