Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created June 1, 2012 19:06
Show Gist options
  • Save coderforhire/2854447 to your computer and use it in GitHub Desktop.
Save coderforhire/2854447 to your computer and use it in GitHub Desktop.
S::Application.routes.draw do
devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" }
resources :merchants
resources :users
resources :digital_products
resources :physical_products
root :to => 'pages#home'
class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
def stripeplatform
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment