Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Don't try to autoload a nonexistant constant #580

Merged
merged 1 commit into from
Apr 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/dor-services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def logger
# DOR Concerns
autoload_under 'models/concerns' do
autoload :Identifiable
autoload :Processable
autoload :Governable
autoload :Describable
autoload :Publishable
Expand Down