aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/core_ext/string.rb')
-rw-r--r--activesupport/lib/core_ext/string.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/lib/core_ext/string.rb b/activesupport/lib/core_ext/string.rb
new file mode 100644
index 0000000000..b50e44c598
--- /dev/null
+++ b/activesupport/lib/core_ext/string.rb
@@ -0,0 +1,5 @@
+require File.dirname(__FILE__) + '/string/inflections'
+
+class String
+ include ActiveSupport::CoreExtensions::String::Inflections
+end