mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-12 02:01:39 -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. |
||
|---|---|---|
| .. | ||
| api/v1 | ||
| family | ||
| settings | ||
| shared | ||
| users | ||
| authentication_spec.rb | ||
| exports_spec.rb | ||
| families_spec.rb | ||
| family_workflows_spec.rb | ||
| home_spec.rb | ||
| imports_spec.rb | ||
| map_spec.rb | ||
| notifications_spec.rb | ||
| places_spec.rb | ||
| points_spec.rb | ||
| settings_spec.rb | ||
| sidekiq_spec.rb | ||
| stats_spec.rb | ||
| trips_spec.rb | ||
| users_spec.rb | ||
| visits_spec.rb | ||