app/soc/models/project_survey.py
changeset 2493 0aabd2d76606
parent 2461 c3e3df63e683
--- a/app/soc/models/project_survey.py	Thu Jul 02 17:08:10 2009 +0200
+++ b/app/soc/models/project_survey.py	Thu Jul 02 17:47:24 2009 +0200
@@ -34,8 +34,3 @@
     super(ProjectSurvey, self).__init__(*args, **kwargs)
     self.prefix = 'program'
     self.taking_access = 'student'
-
-  def getRecords(self):
-    """Returns all ProjectSurveyRecords belonging to this survey.
-    """
-    return self.project_survey_records