From 82558186a34f6b852e9e52b78d411720476894ad Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 26 Sep 2006 16:25:27 +0000 Subject: whitespace git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5190 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/filters.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/filters.rb b/actionpack/lib/action_controller/filters.rb index 58868a8371..9569672bee 100644 --- a/actionpack/lib/action_controller/filters.rb +++ b/actionpack/lib/action_controller/filters.rb @@ -425,11 +425,11 @@ module ActionController #:nodoc: private def build_excluded_actions_hash @excluded_actions_hash = - if @included_actions - @included_actions.inject(Hash.new(true)){|h, a| h[a] = false; h} - else - @excluded_actions.inject(Hash.new(false)){|h, a| h[a] = true; h} - end + if @included_actions + @included_actions.inject(Hash.new(true)){|h, a| h[a] = false; h} + else + @excluded_actions.inject(Hash.new(false)){|h, a| h[a] = true; h} + end end end -- cgit v1.2.3