Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created March 26, 2010 16:34
Show Gist options
  • Save workmad3/345088 to your computer and use it in GitHub Desktop.
Save workmad3/345088 to your computer and use it in GitHub Desktop.
class Parent < ActiveRecord::Base
has_many :children do
def my_scope
proxy_owner.children.scoped(proxy_owner)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment