remove outcome alignment shim
test plan: - tests pass Change-Id: I56c1c7dfa3703d4f04c0b758d7723e85dbf9ad7e Reviewed-on: https://gerrit.instructure.com/34910 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Mike Nomitch <mnomitch@instructure.com> Product-Review: Simon Williams <simon@instructure.com> QA-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
parent
3980a8c637
commit
dd30e31a6f
|
@ -139,12 +139,6 @@ class Assignment < ActiveRecord::Base
|
|||
updated_at
|
||||
post_to_sis
|
||||
)
|
||||
# create a shim for plugins that use the old association name. this is
|
||||
# TEMPORARY. the plugins should update to use the new association name, and
|
||||
# once they're updated, this shim removed. DO NOT USE in new code.
|
||||
def learning_outcome_tags
|
||||
learning_outcome_alignments
|
||||
end
|
||||
|
||||
def external_tool?
|
||||
self.submission_types == 'external_tool'
|
||||
|
|
Loading…
Reference in New Issue