Sha256: 2fbc43d2c672537ac2f37378860ce44d529841f54a068281ef1f82243b1e206d

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

T2Airtime::Engine.routes.draw do
    get '/account', to: 'airtime#account'
    get '/countries', to: 'airtime#countries'
    get '/countries/:id/operators', to: 'airtime#operators'
    get '/countries/:country_id/operators/:id/products', to: 'airtime#products'
    get '/transactions', to: 'airtime#transactions'
    get '/transactions/:id', to: 'airtime#transaction'        
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
t2_airtime-0.3.0 config/routes.rb