db/schema.rb now includes an encoding line in ruby 1.9.2

This commit is contained in:
Sarah Mei 2012-01-27 21:55:59 -08:00
parent 19df6e1f59
commit b9ae426015

View file

@ -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.