6 lines
105 B
Ruby
6 lines
105 B
Ruby
class TokensController < ApplicationController
|
|
before_filter :authenticate_user!
|
|
def show
|
|
end
|
|
end
|
|
|