obdev/app/controllers/home_controller.rb

9 lines
94 B
Ruby

class HomeController < ApplicationController
def index
end
def participant
end
end