From 239f0d0ffd2ff6bbf51b4242c5069904a58d1030 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Thu, 7 Mar 2013 16:05:32 +0100 Subject: replace non-breaking spaces with normal spaces [ci skip] --- guides/code/getting_started/app/controllers/posts_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/code/getting_started/app/controllers/posts_controller.rb') diff --git a/guides/code/getting_started/app/controllers/posts_controller.rb b/guides/code/getting_started/app/controllers/posts_controller.rb index 0398395200..6aa1409170 100644 --- a/guides/code/getting_started/app/controllers/posts_controller.rb +++ b/guides/code/getting_started/app/controllers/posts_controller.rb @@ -1,7 +1,7 @@ class PostsController < ApplicationController -  http_basic_authenticate_with name: "dhh", password: "secret", except: [:index, :show] - + http_basic_authenticate_with name: "dhh", password: "secret", except: [:index, :show] + def index @posts = Post.all end -- cgit v1.2.3