Class: Moneytree::Oauth::SquareController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Moneytree::Oauth::SquareController
- Defined in:
- app/controllers/moneytree/oauth/square_controller.rb
Instance Method Summary collapse
Instance Method Details
#callback ⇒ Object
8 9 10 11 |
# File 'app/controllers/moneytree/oauth/square_controller.rb', line 8 def callback current_account.oauth_callback(params) render text: 'Boom' end |
#new ⇒ Object
4 5 6 |
# File 'app/controllers/moneytree/oauth/square_controller.rb', line 4 def new redirect_to current_account.oauth_link end |