Created
January 23, 2012 13:58
-
-
Save jamescook/1663291 to your computer and use it in GitHub Desktop.
Scope
This file contains hidden or 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
# named_scope :relative_of, lambda { |id| | |
# subject = Subject.find(id) | |
# ids = subject.child_subjects.map(&:id) | |
# ids << id | |
# { :conditions => { :subject_id => ids } } | |
# } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment