I had face a problem where I have to use the following code
list_of_class_object = Class.query.filter_by().all();
I wonder after some changes