Explorar el Código

Add graphql concerns to autoload path

Andrew Swistak hace 6 años
padre
commit
41a60a82f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/application.rb

+ 1 - 1
config/application.rb

@@ -17,6 +17,6 @@ module PokemonTrade
     # Application configuration can go into files in config/initializers
     # -- all .rb files in that directory are automatically loaded after loading
     # the framework and any gems in your application.
-    config.autoload_paths.push("#{config.root}/app/services")
+    config.autoload_paths.push("#{config.root}/app/services", "#{config.root}/app/graphql/mutations/concerns")
   end
 end