projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make /user/new handle already logged in users better
[rails.git]
/
app
/
controllers
/
oauth_controller.rb
diff --git
a/app/controllers/oauth_controller.rb
b/app/controllers/oauth_controller.rb
index f70a644cdb4146f69cdb98fa2ed46e80ad620b8f..5c84be0cf4c27cb9c073dda4b3eae678ea8705bd 100644
(file)
--- a/
app/controllers/oauth_controller.rb
+++ b/
app/controllers/oauth_controller.rb
@@
-1,5
+1,5
@@
class OauthController < ApplicationController
class OauthController < ApplicationController
- layout 's
ite
'
+ layout 's
lim
'
before_filter :authorize_web, :only => [:oauthorize, :revoke]
before_filter :set_locale, :only => [:oauthorize, :revoke]
before_filter :authorize_web, :only => [:oauthorize, :revoke]
before_filter :set_locale, :only => [:oauthorize, :revoke]