testing/app/controllers/testings_controller.rb

12 lines
121 B
Ruby

class TestingsController < ApplicationController
def index
end
def show
end
def widget
end
end