projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f272381
)
Use slim layout for OAuth pages too
author
Andy Allan
<andy@gravitystorm.co.uk>
Mon, 21 Mar 2011 16:18:17 +0000
(16:18 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 3 Apr 2011 12:46:17 +0000
(13:46 +0100)
app/controllers/oauth_controller.rb
patch
|
blob
|
history
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
- layout 's
ite
'
+ layout 's
lim
'
before_filter :authorize_web, :only => [:oauthorize, :revoke]
before_filter :set_locale, :only => [:oauthorize, :revoke]