Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Update home_controller.rb #8

Merged
merged 2 commits into from
Mar 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ class HomeController < ApplicationController
}
],
}
{
url: "https://lh3.googleusercontent.com/p/AF1QipMtOuibpAiw8BbxFTQZBrcVEVwoY7E0BCtxRp0v=s0",
name: "Broga",
address: "Av. Panorama 604 A, Panorama, 37160 León, Gto.",
tags: [
{
label: "Barato",
color: "success",
},
],
},
]

def index
Expand Down