remove GradebookCsv shim
refs FOO-2474 flag=none TEST PLAN: 1) specs pass Change-Id: Iad9b84861e9c1e2a0d535e6a3f8386e123914efe Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/277128 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> QA-Review: Ethan Vizitei <evizitei@instructure.com> Product-Review: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
parent
d6f5683fbe
commit
9a3d356c83
|
@ -36,7 +36,3 @@ class GradebookCSV < ActiveRecord::Base
|
|||
progress.workflow_state == 'failed'
|
||||
end
|
||||
end
|
||||
|
||||
# TODO: this shim is temporary while we rename
|
||||
# references in plugins. It should then be removed.
|
||||
GradebookCsv = GradebookCSV
|
||||
|
|
Loading…
Reference in New Issue