osem-fcy/app/helpers
Ana María Martínez Gómez 41d6fad7a5
s/redirect_to :back/redirect_back/
`redirect_to` has been removed in Rails 5.1 in favor of:

```
redirect_back(fallback_location: root_path)
```
2019-05-05 09:40:50 +02:00
..
admin Select Call type when creating; don't switch types. 2018-12-19 13:18:24 -08:00
application_helper.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
chart_helper.rb Use chartkick globally 2018-12-30 16:57:22 -08:00
conference_helper.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
date_time_helper.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
events_helper.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
format_helper.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
paths_helper.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
users_helper.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
versions_helper.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00