Skip to content

Instantly share code, notes, and snippets.

@ahmdrefat
Created October 21, 2012 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ahmdrefat/3926317 to your computer and use it in GitHub Desktop.
Save ahmdrefat/3926317 to your computer and use it in GitHub Desktop.
resources :linkedin
match '/linkedin_profile'
match '/oauth_account' => "linkedin#oauth_account"
match '/linkedin_oauth_url' => 'linkedin#generate_linkedin_oauth_url'
root :to => 'linkedin#index'
@fmayoral
Copy link

Hi, i think the routing for linkedin_profile is missing. Check my fork https://gist.github.com/fmayoral/6527946

Best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment