OSDN Git Service

add admission_date to user model, add UserEditForm and their specs
authorokimoto <okimoto@good-day.co.jp>
Fri, 25 Dec 2009 08:36:45 +0000 (17:36 +0900)
committerokimoto <okimoto@good-day.co.jp>
Fri, 25 Dec 2009 08:36:45 +0000 (17:36 +0900)
commitb573e28fac028fcd6e2382c593a0bff385176a31
treecd19c0e63fbee32045568648157f8dbadc58b4d3
parente2be023afc1acaccaa4957aa4d4534c847e24d21
add admission_date to user model, add UserEditForm and their specs
app/controllers/users_controller.rb
app/models/user_edit_form.rb [new file with mode: 0644]
app/views/users/edit.html.erb
app/views/users/show.html.erb
db/migrate/20091215064720_create_users.rb
spec/models/user_edit_form_spec.rb [new file with mode: 0644]
spec/models/user_spec.rb