creddit/app/controllers/tests_controller.rb

8 lines
86 B
Ruby
Raw Normal View History

2015-07-10 00:19:01 -04:00
class TestsController < ApplicationController
def index
end
def show
end
end