mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
string inflections are needed for running tests in isolation
This commit is contained in:
parent
576f712380
commit
bb828990bd
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/core_ext/class/attribute.rb'
|
||||
require 'active_support/core_ext/string/inflections'
|
||||
require 'active_model/mass_assignment_security/permission_set'
|
||||
require 'active_model/mass_assignment_security/sanitizer'
|
||||
|
||||
|
|
Loading…
Reference in a new issue