mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove reference to class that doesn't exist (ht: brynary)
This commit is contained in:
parent
4f2a04cc08
commit
45d8ff08a4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ require File.join(File.dirname(__FILE__), "action_pack")
|
|||
|
||||
module ActionView
|
||||
def self.load_all!
|
||||
[Context, Base, InlineTemplate, TemplateError]
|
||||
[Context, Base, TemplateError]
|
||||
end
|
||||
|
||||
autoload :Base, 'action_view/base'
|
||||
|
|
Loading…
Reference in a new issue