lib/graphql-docs/helpers.rb in graphql-docs-1.3.3 vs lib/graphql-docs/helpers.rb in graphql-docs-1.3.4

- old
+ new

@@ -85,10 +85,10 @@ return @templates[filename] unless @templates[filename].nil? contents = File.read(File.join(@options[:templates][:includes], filename)) - @templates[filename] = ERB.new(contents, nil, '<>') + @templates[filename] = ERB.new(contents, nil, '>') end def helper_methods return @helper_methods if defined?(@helper_methods)