@@ -2,11 +2,15 @@ actionControllerControllerClasses
22| ActiveRecordInjection.rb:27:1:58:3 | FooController |
33| ActiveRecordInjection.rb:60:1:90:3 | BarController |
44| ActiveRecordInjection.rb:92:1:96:3 | BazController |
5+ | app/controllers/foo/bars_controller.rb:1:1:20:3 | BarsController |
56actionControllerActionMethods
67| ActiveRecordInjection.rb:32:3:57:5 | some_request_handler |
78| ActiveRecordInjection.rb:61:3:69:5 | some_other_request_handler |
89| ActiveRecordInjection.rb:71:3:89:5 | safe_paths |
910| ActiveRecordInjection.rb:93:3:95:5 | yet_another_handler |
11+ | app/controllers/foo/bars_controller.rb:3:3:5:5 | index |
12+ | app/controllers/foo/bars_controller.rb:7:3:13:5 | show_debug |
13+ | app/controllers/foo/bars_controller.rb:15:3:19:5 | show |
1014paramsCalls
1115| ActiveRecordInjection.rb:35:30:35:35 | call to params |
1216| ActiveRecordInjection.rb:39:30:39:35 | call to params |
@@ -21,6 +25,11 @@ paramsCalls
2125| ActiveRecordInjection.rb:83:12:83:17 | call to params |
2226| ActiveRecordInjection.rb:88:15:88:20 | call to params |
2327| ActiveRecordInjection.rb:94:22:94:27 | call to params |
28+ | app/controllers/foo/bars_controller.rb:8:21:8:26 | call to params |
29+ | app/controllers/foo/bars_controller.rb:9:10:9:15 | call to params |
30+ | app/controllers/foo/bars_controller.rb:16:21:16:26 | call to params |
31+ | app/controllers/foo/bars_controller.rb:17:10:17:15 | call to params |
32+ | app/views/foo/bars/show.html.erb:5:9:5:14 | call to params |
2433paramsSources
2534| ActiveRecordInjection.rb:35:30:35:35 | call to params |
2635| ActiveRecordInjection.rb:39:30:39:35 | call to params |
@@ -35,6 +44,14 @@ paramsSources
3544| ActiveRecordInjection.rb:83:12:83:17 | call to params |
3645| ActiveRecordInjection.rb:88:15:88:20 | call to params |
3746| ActiveRecordInjection.rb:94:22:94:27 | call to params |
47+ | app/controllers/foo/bars_controller.rb:8:21:8:26 | call to params |
48+ | app/controllers/foo/bars_controller.rb:9:10:9:15 | call to params |
49+ | app/controllers/foo/bars_controller.rb:16:21:16:26 | call to params |
50+ | app/controllers/foo/bars_controller.rb:17:10:17:15 | call to params |
51+ | app/views/foo/bars/show.html.erb:5:9:5:14 | call to params |
3852redirectToCalls
39- responseBodySetterCalls
53+ | app/controllers/foo/bars_controller.rb:12:5:12:30 | call to redirect_to |
4054actionControllerHelperMethods
55+ getAssociatedControllerClasses
56+ | app/controllers/foo/bars_controller.rb:1:1:20:3 | BarsController | app/views/foo/bars/_widget.html.erb:0:0:0:0 | app/views/foo/bars/_widget.html.erb |
57+ | app/controllers/foo/bars_controller.rb:1:1:20:3 | BarsController | app/views/foo/bars/show.html.erb:0:0:0:0 | app/views/foo/bars/show.html.erb |
0 commit comments