mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Active Support dependencies
This commit is contained in:
parent
c286952050
commit
628110d7ee
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'cgi'
|
||||
require 'action_view/helpers/form_helper'
|
||||
require 'active_support/core_ext/class/attribute_accessors'
|
||||
|
||||
module ActionView
|
||||
class Base
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
require File.join(File.expand_path(File.dirname(__FILE__)), "test_helper")
|
||||
require 'active_support/core_ext/class/removal'
|
||||
|
||||
module AbstractControllerTests
|
||||
module Layouts
|
||||
|
|
Loading…
Reference in a new issue