blindgaenger-sinatra-rest 0.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +0,0 @@
1
- <person>
2
- <id><%= @person.id %></id>
3
- <name><%= @person.name %></name>
4
- </person>
@@ -1,10 +0,0 @@
1
- <people>
2
- <% @people.each do |person| %>
3
- <person>
4
- <id><%= person.id %></id>
5
- </person>
6
- <% end %>
7
- </people>
8
-
9
-
10
-
@@ -1,4 +0,0 @@
1
- <person>
2
- <id><%= @person.id %></id>
3
- <name><%= @person.name %></name>
4
- </person>
@@ -1,4 +0,0 @@
1
- <person>
2
- <id><%= @person.id %></id>
3
- <name><%= @person.name %></name>
4
- </person>