File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
ql/test/library-tests/frameworks Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,5 +55,6 @@ actionControllerHelperMethods
55
55
getAssociatedControllerClasses
56
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
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 |
58
- controllerTemplatesFolders
59
- | app/controllers/foo/bars_controller.rb:1:1:20:3 | BarsController | folder://app/views/foo/bars | app/views/foo/bars |
58
+ controllerTemplateFiles
59
+ | 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 |
60
+ | 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 |
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ query predicate getAssociatedControllerClasses(ActionControllerControllerClass c
18
18
cls = getAssociatedControllerClass ( f )
19
19
}
20
20
21
- query predicate controllerTemplatesFolders ( ActionControllerControllerClass cls , Folder f ) {
22
- controllerTemplatesFolder ( cls , f )
21
+ query predicate controllerTemplateFiles ( ActionControllerControllerClass cls , ErbFile templateFile ) {
22
+ controllerTemplateFile ( cls , templateFile )
23
23
}
You can’t perform that action at this time.
0 commit comments