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

Controller + vue de return #39

Closed Noreea closed 1 year ago

nam1962 commented 1 year ago

rails generate controller Returns

nam1962 commented 1 year ago
mkdir -p app/views/returns
touch app/views/returns/index.html.erb
touch app/views/returns/new.html.erb
touch app/views/returns/edit.html.erb