ecp.org/app/controllers/resource_controller.rb
2022-10-18 08:02:02 -07:00

5 lines
72 B
Ruby

class ResourceController < ApplicationController
def index
end
end