mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
No need for .rb extension
This commit is contained in:
parent
8b8111aeea
commit
80b91610f8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module AbstractController
|
|||
autoload :Base
|
||||
autoload :Callbacks
|
||||
autoload :Collector
|
||||
autoload :DoubleRenderError, "abstract_controller/rendering.rb"
|
||||
autoload :DoubleRenderError, "abstract_controller/rendering"
|
||||
autoload :Helpers
|
||||
autoload :Logger
|
||||
autoload :Rendering
|
||||
|
|
Loading…
Reference in a new issue