Skip to content

Instantly share code, notes, and snippets.

@fmayoral
Forked from ahmdrefat/routes.rb
Last active December 22, 2015 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmayoral/6527946 to your computer and use it in GitHub Desktop.
Save fmayoral/6527946 to your computer and use it in GitHub Desktop.
resources :linkedin
match '/linkedin_profile' => 'linkedin#linkedin_profile'
match '/oauth_account' => 'linkedin#oauth_account'
match '/linkedin_oauth_url' => 'linkedin#generate_linkedin_oauth_url'
root :to => 'linkedin#index'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment