From 3e8c4bc6c62a7995821c6835e3314a1411cec43b Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 24 Nov 2012 22:25:32 -0700 Subject: Added new line to make it more readable * This shows the reader there is a method: and data: parameters --- guides/source/getting_started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 6528759041..64435c0d5b 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1123,7 +1123,8 @@ together. <%= post.text %> <%= link_to 'Show', action: :show, id: post.id %> <%= link_to 'Edit', action: :edit, id: post.id %> - <%= link_to 'Destroy', { action: :destroy, id: post.id }, method: :delete, data: { confirm: 'Are you sure?' } %> + <%= link_to 'Destroy', { action: :destroy, id: post.id }, + method: :delete, data: { confirm: 'Are you sure?' } %> <% end %> -- cgit v1.2.3