Sha256: 955320c23edcfc6b111d9e4d1d3afb7d82c6836e88086a5c1507feff39939b08
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
ForestLiana::Engine.routes.draw do get 'stripe_payments' => 'stripe#payments' post 'stripe_payments/refunds' => 'stripe#refund' get 'stripe_cards' => 'stripe#cards' get 'stripe_invoices' => 'stripe#invoices' get '/' => 'apimaps#index' get ':collection' => 'resources#index' get ':collection/:id' => 'resources#show' get ':collection/:id' => 'resources#show' post ':collection' => 'resources#create' put ':collection/:id' => 'resources#update' delete ':collection/:id' => 'resources#destroy' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
forest_liana-1.0.11 | config/routes.rb |
forest_liana-1.0.10 | config/routes.rb |
forest_liana-1.0.8 | config/routes.rb |