ecp.org/app/controllers/work_with_ecp_controller.rb
2022-10-18 20:11:44 -07:00

5 lines
75 B
Ruby

class WorkWithEcpController < ApplicationController
def index
end
end