From 6d87cd028b32570973450424db164e5405a0ee13 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 17 Mar 2012 08:32:49 -0700 Subject: moves the guides up to the root directory --- guides/code/getting_started/app/views/home/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 guides/code/getting_started/app/views/home/index.html.erb (limited to 'guides/code/getting_started/app/views/home/index.html.erb') diff --git a/guides/code/getting_started/app/views/home/index.html.erb b/guides/code/getting_started/app/views/home/index.html.erb new file mode 100644 index 0000000000..bb4f3dcd1f --- /dev/null +++ b/guides/code/getting_started/app/views/home/index.html.erb @@ -0,0 +1,2 @@ +

Hello, Rails!

+<%= link_to "My Blog", posts_path %> -- cgit v1.2.3