class Contentful::Bootstrap::OAuthCallbackController

Public Instance Methods

do_GET(_request, response) click to toggle source
# File lib/contentful/bootstrap/server.rb, line 59
def do_GET(_request, response)
  response.status = 200
  response.content_type = 'text/html'
  response.body = OAuthEchoView.new.render
end