Skip to content

Commit

Permalink
Require globalid explicitly
Browse files Browse the repository at this point in the history
Typically globalid gets required by activejob, but a rails installation
may have deactivated that gem.  This ensures the `GlobalID` constant can
be found
  • Loading branch information
jcoyne committed Jun 4, 2018
1 parent 49280c7 commit 68c1cca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/concerns/blacklight/document.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
##

require 'globalid'

##
# = Introduction
# Blacklight::Document is the module with logic for a class representing
Expand Down

0 comments on commit 68c1cca

Please sign in to comment.