OSDN Git Service

Add website url to user
authorJerome Dalbert <jerome@rentify.com>
Sat, 18 Jan 2014 19:07:00 +0000 (19:07 +0000)
committerJerome Dalbert <jerome@rentify.com>
Sat, 18 Jan 2014 19:15:10 +0000 (19:15 +0000)
commit2e3f250d4516c92adce5511747419d7f1fe04b97
treebdf7a0dc744a55a3b96a10131baebd996e5b9d79
parentdba982403b7b894d2096ea61b89a247060eefe57
Add website url to user
14 files changed:
CHANGELOG
app/models/user.rb
app/views/admin/users/_form.html.haml
app/views/profiles/show.html.haml
app/views/users/_profile.html.haml
db/migrate/20140116231608_add_website_url_to_users.rb [new file with mode: 0644]
db/schema.rb
doc/api/session.md
doc/api/users.md
features/profile/profile.feature
features/steps/profile/profile.rb
lib/api/entities.rb
lib/api/users.rb
spec/models/user_spec.rb