nam1962 / returnsworth

Ruby on Rails app & PWA to manage commerce logistics returns
https://returnsworth-0dc66e0a7879.herokuapp.com/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Routes #3

Closed nam1962 closed 1 year ago

nam1962 commented 1 year ago
Rails.application.routes.draw do
  resources :returns, only: [:index, :create, :new, :update]
  get '/logistics', to: 'pages#logistics'
end