creddit/app/controllers/tests_controller.rb
2015-07-10 14:33:39 -04:00

7 lines
86 B
Ruby

class TestsController < ApplicationController
def index
end
def show
end
end