mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 13:38:13 -08:00
5 lines
94 B
Ruby
5 lines
94 B
Ruby
class HomeController < ApplicationController
|
|
def index
|
|
@contact = Contact.new
|
|
end
|
|
end
|