ecp.org/app/controllers/home_controller.rb

5 lines
94 B
Ruby

class HomeController < ApplicationController
def index
@contact = Contact.new
end
end