File tree Expand file tree Collapse file tree
ruby/ql/test/library-tests/frameworks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ actionControllerControllerClasses
66| active_record/ActiveRecord.rb:41:1:64:3 | BarController |
77| active_record/ActiveRecord.rb:66:1:98:3 | BazController |
88| active_record/ActiveRecord.rb:100:1:108:3 | AnnotatedController |
9+ | active_storage/active_storage.rb:39:1:45:3 | PostsController2 |
910| app/controllers/comments_controller.rb:1:1:40:3 | CommentsController |
1011| app/controllers/foo/bars_controller.rb:3:1:46:3 | BarsController |
1112| app/controllers/photos_controller.rb:1:1:4:3 | PhotosController |
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class Post < ActiveRecord::Base
3636
3737ActiveStorage . variant_processor = custom_processor
3838
39- class PostsController < ActionController ::Base
39+ class PostsController2 < ActionController ::Base
4040 def create
4141 post = Post . new ( params [ :post ] )
4242 post . images . attach ( params [ :images ] )
You can’t perform that action at this time.
0 commit comments