mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
action_dispatch and action_view are just more autoloads, so its okay to require them
This commit is contained in:
@@ -59,9 +59,8 @@ end
|
||||
autoload :HTML, 'action_controller/vendor/html-scanner'
|
||||
autoload :AbstractController, 'abstract_controller'
|
||||
|
||||
autoload :Rack, 'action_dispatch'
|
||||
autoload :ActionDispatch, 'action_dispatch'
|
||||
autoload :ActionView, 'action_view'
|
||||
require 'action_dispatch'
|
||||
require 'action_view'
|
||||
|
||||
# Common ActiveSupport usage in ActionController
|
||||
require "active_support/concern"
|
||||
|
||||
Reference in New Issue
Block a user