]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/diary_entries.yml
Append "view details" link to Nominatim search results
[rails.git] / test / fixtures / diary_entries.yml
1 normal_user_entry_1:
2   id: 1
3   user_id: 1
4   title: Diary Entry 1
5   body: This is the body of diary entry 1.
6   created_at: "2008-11-07 17:43:34"
7   updated_at: "2008-11-07 17:43:34"
8   latitude: 
9   longitude: 
10   language_code: en
11   visible: true
12
13 normal_user_geo_entry:
14   id: 2
15   user_id: 1
16   title: Geo Entry 1
17   body: This is the body of a geo diary entry in London.
18   created_at: "2008-11-07 17:47:34"
19   updated_at: "2008-11-07 17:47:34"
20   latitude: 51.50763
21   longitude: -0.10781
22   language_code: de
23   visible: true
24
25 deleted_entry:
26
27   id: 3
28   user_id: 1
29   title: Deleted Entry 1
30   body: This is the body of a deleted diary entry.
31   created_at: "2008-11-07 17:43:34"
32   updated_at: "2008-11-07 17:43:34"
33   latitude: 
34   longitude: 
35   language_code: en
36   visible: false