aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-11-07 01:01:04 -0500
committerJeremy Kemper <jeremy@bitsweat.net>2008-11-07 01:01:04 -0500
commitb5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b (patch)
tree74d7a8968fea958bfa67a9d7643d841c2730df81 /activesupport/lib/active_support/inflector.rb
parent77697e03353ec06a4b12f42a32d7569797d1eb8f (diff)
downloadrails-b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b.tar.gz
rails-b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b.tar.bz2
rails-b5291ed0f1e956cc98e1bfc8e50ee9fb4f6a661b.zip
Mark utf-8 encoding
Diffstat (limited to 'activesupport/lib/active_support/inflector.rb')
-rw-r--r--activesupport/lib/active_support/inflector.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/inflector.rb b/activesupport/lib/active_support/inflector.rb
index 1ccfec4000..ba52e41c08 100644
--- a/activesupport/lib/active_support/inflector.rb
+++ b/activesupport/lib/active_support/inflector.rb
@@ -1,3 +1,4 @@
+# encoding: utf-8
require 'singleton'
require 'iconv'