mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 06:21:49 +01:00
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:
parent
178e1c70cd
commit
49296539ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue