1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Ever had the trouble to create a new named_scope out of others? See how it works: end # -> now this works: # Fu.has_moo_and_foo.all # Sweet! |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Ever had the trouble to create a new named_scope out of others? See how it works: end # -> now this works: # Fu.has_moo_and_foo.all # Sweet! |