Fixed routes and paths

This commit is contained in:
2016-01-04 21:40:26 -05:00
parent 168c53b71b
commit 56e1c2c8a4
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
# See: http://guides.rubyonrails.org/routing.html
#
get 'authenticate', :to => 'qbo#authenticate'
get 'oauth_callback', :to => 'qbo#oauth_callback'
get 'qbo/authenticate', :to => 'qbo#authenticate'
get 'qbo/oauth_callback', :to => 'qbo#oauth_callback'
get 'qbo_sync', :to => 'qbo#sync'
get 'qop/qbo_sync', :to => 'qbo#sync'