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:
Simon Williams 2014-05-14 13:11:30 -06:00
parent 3980a8c637
commit dd30e31a6f
1 changed files with 0 additions and 6 deletions

View File

@ -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'