Sha256: 39d3c4eac32f85c6042e9879b473196dd8f6c55300c5cbacbe0d1425a3e55d4a

Contents?: true

Size: 375 Bytes

Versions: 6

Compression:

Stored size: 375 Bytes

Contents

T2Airtime::Engine.routes.draw do
  resources :accounts, only: [:show]
  resources :countries, only: %i[index show]
  resources :operators, only: %i[index show]
  resources :products, only: [:index]
  resources :transactions, only: %i[index show]
  get "msisdn_info", to: "topups#msisdn_info"
  get "reserve_id", to: "topups#reserve_id"
  post "topup", to: "topups#topup"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
t2_airtime-0.6.0 config/routes.rb
t2_airtime-0.5.2 config/routes.rb
t2_airtime-0.5.1 config/routes.rb
t2_airtime-0.5.0 config/routes.rb
t2_airtime-0.4.1 config/routes.rb
t2_airtime-0.4.0 config/routes.rb