summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry_query.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-04-25 17:44:08 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-04-25 17:44:08 +0000
commitf2b891d9122f1fc0a05ea1c8c4203b85fd1883c7 (patch)
tree74a7b1f34b61da9f329cacda6588ed83b5b62ec2 /app/models/time_entry_query.rb
parente45e29eb96dcb4428db40241b2a4448d4e5ef9ff (diff)
downloadredmine-f2b891d9122f1fc0a05ea1c8c4203b85fd1883c7.tar.gz
redmine-f2b891d9122f1fc0a05ea1c8c4203b85fd1883c7.zip
remove trailing white-space from app/models/time_entry_query.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@16545 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/time_entry_query.rb')
-rw-r--r--app/models/time_entry_query.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/time_entry_query.rb b/app/models/time_entry_query.rb
index 063074496..0502c4112 100644
--- a/app/models/time_entry_query.rb
+++ b/app/models/time_entry_query.rb
@@ -107,7 +107,7 @@ class TimeEntryQuery < Query
def default_totalable_names
[:hours]
end
-
+
def default_sort_criteria
[['spent_on', 'desc']]
end