if we use this for cheching then there should be a valid false or nil return

This commit is contained in:
Jan Renz
2015-04-12 23:16:58 +02:00
parent b8284a7a26
commit d06e9a476a

View File

@ -13,6 +13,8 @@ module ExerciseHelper
if enabled
config.read[:code_pilot][:url]
else
return nil
end
end
end