Created
June 25, 2013 05:28
-
-
Save austinrfnd/5856131 to your computer and use it in GitHub Desktop.
Another jewel I found in a code base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
has_many :enrollments, class_name: "CourseEnrollment", conditions: "course_enrollments.role='student'", dependent: :destroy | |
has_many :student_enrollments, class_name: "CourseEnrollment", conditions: "course_enrollments.role='student'", dependent: :destroy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment