Sha256: d8c6347667658630cefe34ead173e229d4d464b79a757d2d2d354c0f210935ee
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
Rails.application.routes.draw do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html get 'ok' => 'application#ok' get 'error' => 'application#error' get 'show' => 'application#show' post 'users' => 'application#create' get 'new' => 'application#new' put 'users/:id' => 'application#update' end
Version data entries
5 entries across 5 versions & 1 rubygems