My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 52 attachment: dont_show_password_hashes.patch (670 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: /home/edmundo/workspace_aptana/substruct_trunk/vendor/plugins/substruct/app/controllers/admin/users_controller.rb
===================================================================
--- /home/edmundo/workspace_aptana/substruct_trunk/vendor/plugins/substruct/app/controllers/admin/users_controller.rb (revision 43)
+++ /home/edmundo/workspace_aptana/substruct_trunk/vendor/plugins/substruct/app/controllers/admin/users_controller.rb (working copy)
@@ -17,9 +17,9 @@
@users = User.find(:all)
end

- def show
- @user = User.find(params[:id])
- end
+# def show
+# @user = User.find(params[:id])
+# end

def new
@title = "Creating New User"

Powered by Google Project Hosting