Skip to content

Instantly share code, notes, and snippets.

@bdmac
Created June 1, 2009 20:16
Show Gist options
  • Save bdmac/121715 to your computer and use it in GitHub Desktop.
Save bdmac/121715 to your computer and use it in GitHub Desktop.
map.rpx_token_sessions 'rpx_token_sessions', :controller => "user_sessions", :action => "rpx_create"
map.rpx_signup '/rpx_signup', :controller => 'users', :action => 'rpx_new'
map.resources :users, :collection => { :rpx_create => :post, :rpx_associate => :post }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment