Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
tct
/
discite
şunun yansıması
https://github.com/dimaursu/discite.git
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Dal:
master
Dallar
Biçim İmleri
master
slideshow
discite
/
db
/
migrate
/
20140210142725_add_name_to_users.rb
20140210142725_add_name_to_users.rb
108 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
class AddNameToUsers < ActiveRecord::Migration
def change
add_column :users, :name, :string
end
end