mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-12 18:21:38 -05:00
- Follow Rails conventions by nesting sharing params under resource key - Update form fields: sharing[enabled] → trip[sharing][enabled] - Update controller to access params[:trip][:sharing] - Update all request specs to use nested parameters - Parameters now properly structured as trip[sharing][expiration], etc. |
||
|---|---|---|
| .. | ||
| _countries.html.erb | ||
| _distance.html.erb | ||
| _form.html.erb | ||
| _path.html.erb | ||
| _sharing.html.erb | ||
| _trip.html.erb | ||
| edit.html.erb | ||
| index.html.erb | ||
| new.html.erb | ||
| show.html.erb | ||