Started working on the QBO index page

This commit is contained in:
2016-01-04 22:37:06 -05:00
parent 8a28b12323
commit 515e7fb691
3 changed files with 14 additions and 4 deletions

View File

@@ -14,4 +14,5 @@
get 'qbo', :to=> 'qbo#index'
get 'qbo/authenticate', :to => 'qbo#authenticate'
get 'qbo/oauth_callback', :to => 'qbo#oauth_callback'
get 'qop/qbo_sync', :to => 'qbo#sync'
get 'qbo/sync', :to => 'qbo#sync'