module Lowkiq::Web

Constants

APP
ASSETS
HTML

Public Class Methods

call(env) click to toggle source
# File lib/lowkiq/web.rb, line 43
def self.call(env)
  APP.call env
end