myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3129] trunk/app/controllers/oauth_controller.rb:


From: noreply
Subject: [myexperiment-hackers] [3129] trunk/app/controllers/oauth_controller.rb: Can now view client applications which you have created
Date: Wed, 19 Sep 2012 09:58:32 +0000 (UTC)

Revision
3129
Author
fbacall
Date
2012-09-19 09:58:31 +0000 (Wed, 19 Sep 2012)

Log Message

Can now view client applications which you have created

Modified Paths

Diff

Modified: trunk/app/controllers/oauth_controller.rb (3128 => 3129)


--- trunk/app/controllers/oauth_controller.rb	2012-09-17 15:42:49 UTC (rev 3128)
+++ trunk/app/controllers/oauth_controller.rb	2012-09-19 09:58:31 UTC (rev 3129)
@@ -167,7 +167,8 @@
       "authorize"     => "view",
       "index"         => "view",
       "request_token" => "view",
-      "test_request"  => "view" 
+      "test_request"  => "view",
+      "show"          => "view"
     }
 
     if action_name == 'update'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]