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