Fixed a typo. Thanks to Colin Canfield for the catch.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@469 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-03-01 11:12:44 +00:00
parent 178e1c70cd
commit 49296539ee

View file

@ -1,6 +1,6 @@
class AddPreferencesToUserTable < ActiveRecord::Migration
class USer < ActiveRecord::Base; end
class User < ActiveRecord::Base; end
def self.up
add_column :users, :preferences, :text