OSDN Git Service

Ability to block user
authorrandx <dmitriy.zaporozhets@gmail.com>
Fri, 13 Apr 2012 05:12:34 +0000 (08:12 +0300)
committerrandx <dmitriy.zaporozhets@gmail.com>
Fri, 13 Apr 2012 05:12:34 +0000 (08:12 +0300)
commit497ee5fbbc781c8a5ffb754de5f8f5a46304aa57
treeecde2228a5f37d091171df2bd301d284f80fc868
parentfb6d4511a05112677e0279ed87a55d3f02e2d49c
Ability to block user
app/controllers/admin/users_controller.rb
app/controllers/application_controller.rb
app/views/admin/projects/index.html.haml
app/views/admin/users/_form.html.haml
app/views/admin/users/index.html.haml
app/views/admin/users/show.html.haml
app/views/team_members/_show.html.haml
db/migrate/20120413135904_add_blocked_field_to_user.rb [new file with mode: 0644]
db/schema.rb