From b9ae426015997228bc5adaf8bd2684be35f9e106 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Fri, 27 Jan 2012 21:55:59 -0800 Subject: [PATCH] db/schema.rb now includes an encoding line in ruby 1.9.2 --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index 62ec26489..5d2a01eb6 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition.