mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
It seems like all HTTP headers are string, while other types may work, its more safe to convert the types to strings to ensure no trouble is caused by non string types. Even if it does work, at least now the types are consistent, as headers are being put as string and they are also retrieved as string. |
||
|---|---|---|
| .. | ||
| api/v1 | ||
| concerns | ||
| settings | ||
| api_controller.rb | ||
| application_controller.rb | ||
| exports_controller.rb | ||
| home_controller.rb | ||
| imports_controller.rb | ||
| map_controller.rb | ||
| notifications_controller.rb | ||
| places_controller.rb | ||
| points_controller.rb | ||
| settings_controller.rb | ||
| stats_controller.rb | ||
| visits_controller.rb | ||