authentication required on the token show page because it 500s if you are not logged in
This commit is contained in:
parent
1afc3f36f5
commit
054c897820
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
class TokensController < ApplicationController
|
class TokensController < ApplicationController
|
||||||
|
before_filter :authenticate_user!
|
||||||
def show
|
def show
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue