From bbfd064c39e6cf087063e8e8e8730d3cd96d2fad Mon Sep 17 00:00:00 2001 From: TomoakiAra <99011605+TomoakiAra@users.noreply.github.com> Date: Thu, 7 Jul 2022 15:31:09 +0900 Subject: [PATCH] Update app.rb --- app.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.rb b/app.rb index 140f7a82..bf03e557 100644 --- a/app.rb +++ b/app.rb @@ -14,10 +14,10 @@ class Contact < ActiveRecord::Base self.table_name = 'salesforce.contact' end -#get "/contacts" do -# @contacts = Contact.all -# erb :index -#end +get "/contacts" do + @contacts = Contact.all + erb :index +end get "/create" do dashboard_url = 'https://dashboard.heroku.com/'