Class: Rack::InAppPurchase

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/rack/in-app-purchase.rb,
lib/rack/in-app-purchase/models/product.rb,
lib/rack/in-app-purchase/models/receipt.rb

Defined Under Namespace

Classes: Product, Receipt

Constant Summary collapse

VERSION =
'0.0.2'
DB =
Sequel.connect(ENV['DATABASE_URL'])