ikuseiGmbH/smart-village-app-converter-xml2json

View on GitHub
app/controllers/oauth_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class OauthController < ApplicationController
  def confirm_access
    auth = Authentication.new.load_access_tokens

    render html: "Access Code received: #{auth}"
  end
end