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/'