mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #10542 from waseem/remove_require
Remove unnecessary require from active_support/inflector/methods.rb
This commit is contained in:
commit
9218770daa
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
require 'active_support/inflector/inflections'
|
|
||||||
require 'active_support/inflections'
|
require 'active_support/inflections'
|
||||||
|
|
||||||
module ActiveSupport
|
module ActiveSupport
|
||||||
|
|
Loading…
Reference in a new issue