7 lines
86 B
Ruby
7 lines
86 B
Ruby
class TestsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def show
|
|
end
|
|
end
|