This commit is contained in:
r888888888
2013-06-18 16:06:48 -07:00
parent dd8132c125
commit f16f530eea
7 changed files with 30 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
class AddEnableAutoCompleteToUsers < ActiveRecord::Migration
def change
add_column :users, :enable_auto_complete, :boolean, :null => false, :default => :true
end
end