From 8d9f9f9dfbe7b348f1f127e7a51a624759f2708f Mon Sep 17 00:00:00 2001 From: Ayrton De Craene Date: Wed, 29 Aug 2012 10:25:36 +0200 Subject: Fixed indendation --- actionpack/lib/abstract_controller/helpers.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/abstract_controller/helpers.rb b/actionpack/lib/abstract_controller/helpers.rb index d63d17f4c5..d3929b685c 100644 --- a/actionpack/lib/abstract_controller/helpers.rb +++ b/actionpack/lib/abstract_controller/helpers.rb @@ -32,9 +32,9 @@ module AbstractController # @current_user ||= User.find_by_id(session[:user]) # end # - # def logged_in? - # current_user != nil - # end + # def logged_in? + # current_user != nil + # end # end # # In a view: -- cgit v1.2.3