mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix missing require
This commit is contained in:
parent
7c49b1adbb
commit
55aac2c696
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
require 'action_view/helpers/javascript_helper'
|
||||
require 'active_support/core_ext/array/access'
|
||||
require 'active_support/core_ext/hash/keys'
|
||||
require 'action_dispatch'
|
||||
|
||||
module ActionView
|
||||
module Helpers #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue