Skip to content

Commit

Permalink
Update 08f0dfe to be ruby 1.9-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 10, 2014
1 parent f45d9a1 commit 28e1a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blacklight/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def initialize_default_values!
end

def solr_document_model
self[:solr_document_model] || SolrDocument
super || SolrDocument
end

##
Expand Down

0 comments on commit 28e1a43

Please sign in to comment.