gitlab-org--gitlab-foss/app/controllers/dashboard
blackst0ne eddf3febd7 [Rails5] Add `safe_params` helper
Rails 5.0 requires to explicitly permit attributes when building a URL
using current `params` object.

The `safe_params` helper allows developers to just call `safe_params.merge(...)`
instead of manually adding `permit` to every call.

https://github.com/rails/rails/pull/20868
2018-04-08 15:35:30 +11:00
..
application_controller.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
groups_controller.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
labels_controller.rb Fix dashboard labels dropdown 2017-07-07 14:35:16 +01:00
milestones_controller.rb Fixed dashboard milestone tabs not loading 2017-06-09 09:57:42 +01:00
projects_controller.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
snippets_controller.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
todos_controller.rb [Rails5] Add `safe_params` helper 2018-04-08 15:35:30 +11:00