Class: Betsy::ResponseListenerController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/betsy/response_listener_controller.rb

Instance Method Summary collapse

Instance Method Details

#etsy_response_listenerObject



2
3
4
# File 'app/controllers/betsy/response_listener_controller.rb', line 2

def etsy_response_listener
  Betsy.request_access_token(params)
end