Skip to content

Instantly share code, notes, and snippets.

@vivaserver
Created January 25, 2013 11:40
Show Gist options
  • Save vivaserver/4633775 to your computer and use it in GitHub Desktop.
Save vivaserver/4633775 to your computer and use it in GitHub Desktop.
DCI that respects the method cache
# seen @ http://evan.tiggerpalace.com/articles/2011/11/24/dci-that-respects-the-method-cache/
user.as(GitHubUserProvisioner) do |provisioner|
provisioner.provision_with!(*yank_oauth_stuff_off_request)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment