From e31a8e2cb33d49cad6af3c171e1e3d22514473da Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 17 Feb 2013 10:14:08 +0000 Subject: [PATCH] remove trailing tabs from app/models/project.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11415 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/project.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/project.rb b/app/models/project.rb index 8b305f3d8..4591d563c 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -146,8 +146,8 @@ class Project < ActiveRecord::Base # returns latest created projects # non public projects will be returned only if user is a member of those def self.latest(user=nil, count=5) - visible(user).limit(count).order("created_on DESC").all - end + visible(user).limit(count).order("created_on DESC").all + end # Returns true if the project is visible to +user+ or to the current user. def visible?(user=User.current) -- 2.39.5