diff --git a/tracks/db/migrate/006_add_preferences_to_user_table.rb b/tracks/db/migrate/006_add_preferences_to_user_table.rb index cf38c227..76669149 100644 --- a/tracks/db/migrate/006_add_preferences_to_user_table.rb +++ b/tracks/db/migrate/006_add_preferences_to_user_table.rb @@ -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