Skip to content

Commit

Permalink
fix ReportHelper include
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Dec 6, 2016
1 parent 340a4f2 commit fa0821c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/controllers/reports.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ArchivesSpaceService < Sinatra::Base

include ReportHelper::ResponseHelpers
include ReportHelper

# Endpoint.get("/repositories/:repo_id/reports/nla_valuation_required")
# .description("Report on accessions where valuations are required")
Expand Down Expand Up @@ -48,4 +48,4 @@ class ArchivesSpaceService < Sinatra::Base

end

end
end

0 comments on commit fa0821c

Please sign in to comment.