testing/app/controllers/testings_controller.rb

12 lines
121 B
Ruby
Raw Normal View History

2019-08-23 05:25:51 +00:00
class TestingsController < ApplicationController
def index
end
def show
end
def widget
end
end