Remove consumer_id from session

* Each external (and also internal) user has a consumer attached. We don't need that information twice.
This commit is contained in:
Sebastian Serth
2020-11-25 21:19:18 +01:00
parent 993fb88f03
commit c32e7586cd
9 changed files with 22 additions and 33 deletions

View File

@ -200,7 +200,6 @@ describe SessionsController do
before(:each) do
#Todo replace session with lti_parameter
session[:consumer_id] = consumer.id
#Todo create LtiParameter Object
# session[:lti_parameters] = {}
end