session[:external_user_id] has a somewhat misleading name.

As the tests fail however, when the value that  fits the name is entered, I switched it back to the old version.
This commit is contained in:
Tom Staubitz
2016-12-31 00:51:07 +01:00
parent 6f57eb0707
commit f318c62818

View File

@ -136,7 +136,7 @@ module Lti
lti_parameters.save!
session[:consumer_id] = options[:consumer].id
session[:external_user_id] = @current_user.external_id
session[:external_user_id] = @current_user.id
end
private :store_lti_session_data