Skip to content

Commit

Permalink
Updated lib/graphene to load required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyczak committed Oct 15, 2019
1 parent 13f4cea commit a34e601
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/graphene.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

require "graphene/engine"
require "sidekiq"
require "pg_search"
require "activerecord_json_validator"

require "sheaf"

require "kaminari"
require "bootstrap4-kaminari-views"
require "pg_search"

module Graphene
class NoAuthentication
def initialize(app)
Expand Down

0 comments on commit a34e601

Please sign in to comment.