Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tct
/
discite
mirror of
https://github.com/dimaursu/discite.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
slideshow
discite
/
db
/
migrate
/
20140210142725_add_name_to_users.rb
20140210142725_add_name_to_users.rb
108 B
Permalink
History
Raw
1
2
3
4
5
6
class AddNameToUsers < ActiveRecord::Migration
def change
add_column :users, :name, :string
end
end