Skip to content

Commit

Permalink
add frozen_string_literal to base_resolver template
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanhkha committed Sep 9, 2024
1 parent a733ea8 commit 79b58a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generators/graphql/templates/base_resolver.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

<% module_namespacing_when_supported do -%>
module Resolvers
class BaseResolver < GraphQL::Schema::Resolver
Expand Down

0 comments on commit 79b58a6

Please sign in to comment.