5 lines
69 B
Ruby
5 lines
69 B
Ruby
class TokensController < ApplicationController
|
|
def show
|
|
end
|
|
end
|
|
|