Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb templates can use utf-8 properly

[#1881 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
This commit is contained in:
Eugene Pimenov
2009-02-05 07:10:03 +03:00
committed by Jeremy Kemper
parent ae36fcedce
commit b1c1e3deb7
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# encoding: utf-8
module ActionView
# NOTE: The template that this mixin is being included into is frozen
# so you cannot set or modify any instance variables