Created
August 16, 2011 16:24
-
-
Save chischaschos/1149472 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Booma::Application.routes.draw do | |
unless Rails.env.test? | |
authenticate :admin_user do | |
mount Resque::Server.new, :at => "/gh_resque" | |
end | |
end | |
match '/auth/:provider/callback' => 'authentications#create' | |
match '/auth/destroy' => 'authentications#destroy' | |
match '/users/update_nags', :to => 'users#update_nags' | |
resources :orders do | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment