Class: Moneytree::Oauth::SquareController

Inherits:
ApplicationController show all
Defined in:
app/controllers/moneytree/oauth/square_controller.rb

Instance Method Summary collapse

Instance Method Details

#callbackObject



8
9
10
11
# File 'app/controllers/moneytree/oauth/square_controller.rb', line 8

def callback
  .oauth_callback(params)
  render text: 'Boom'
end

#newObject



4
5
6
# File 'app/controllers/moneytree/oauth/square_controller.rb', line 4

def new
  redirect_to .oauth_link
end