对于rhtml的中文显示问题,ApplicationController类添加
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=utf8"
end
对于rhtml的中文显示问题,ApplicationController类添加
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=utf8"
end