1
1
class HomeController < ApplicationController
2
2
PLACES = [
3
3
{
4
+ url : "https://cdn.foodandwineespanol.com/2019/05/cafe.jpg" ,
5
+ name : "la Olla" ,
6
+ address : "DIRECCION" ,
4
7
url : "https://images.unsplash.com/photo-1498804103079-a6351b050096?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1234&q=80" ,
5
8
name : "BROGA" ,
6
9
address : "Av. Panorama 604 A, Panorama, 37160 León, Gto." ,
@@ -12,11 +15,7 @@ class HomeController < ApplicationController
12
15
address : "Rafael Iriarte 519 Villa Insurgentes" ,
13
16
tags : [
14
17
{
15
- label : "barato" ,
16
- color : "success" ,
17
- } ,
18
- {
19
- label : "ambiente agradable" ,
18
+ label : "wifi free" ,
20
19
color : "success" ,
21
20
} ,
22
21
] ,
@@ -36,29 +35,6 @@ class HomeController < ApplicationController
36
35
}
37
36
] ,
38
37
} ,
39
- {
40
- url : "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQR2D_5Yai0I6KmCo5vrOpSrU2_Wd1JOIgwczs50MozHTCLGOPk" ,
41
- name : "Cafe Draco" ,
42
- address : "Mirador de Leon, Gto" ,
43
- tags : [
44
- {
45
- label : "barato" ,
46
- color : "success" ,
47
- } ,
48
- {
49
- label : "vista hermosa" ,
50
- color : "success" ,
51
- }
52
- url : "https://images.unsplash.com/photo-1528447374240-3af10805243d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1868&q=80" ,
53
- name : "Cafetería Valcket" ,
54
- address : "Avenida de las Alamedas #1414" ,
55
- tags : [
56
- {
57
- label : "música agradable" ,
58
- color : "success" ,
59
- } ,
60
- ] ,
61
- } ,
62
38
{
63
39
url : "https://images.unsplash.com/photo-1505275350441-83dcda8eeef5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80" ,
64
40
name : "Café 500 Noches" ,
0 commit comments