module NginxOmniauthAdapter

Constants

VERSION

Public Class Methods

app(*args) click to toggle source
# File lib/nginx_omniauth_adapter.rb, line 5
def self.app(*args)
  App.rack *args
end