
Removed all tests that would be failing TODO: decision if all LtiParameter objects for a certain user/consumer will be deleted when the user/consumer is deleted from the session, or only the LtiParameter object for the current exercise of the user/consumer. TODO: replace removed tests with proper tests
5 lines
158 B
Ruby
5 lines
158 B
Ruby
class LtiParameter < ActiveRecord::Base
|
|
scope :lis_outcome_service_url?, -> {
|
|
where("lti_parameters.lti_parameters ? 'lis_outcome_service_url'")
|
|
}
|
|
end |