We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98447c7 commit ecf6ce7Copy full SHA for ecf6ce7
app/models/timesheet.rb
@@ -67,7 +67,7 @@ def initialize(options = { })
67
if !options[:sort].nil? && options[:sort].respond_to?(:to_sym) && ValidSortOptions.keys.include?(options[:sort].to_sym)
68
self.sort = options[:sort].to_sym
69
else
70
- self.sort = :project
+ self.sort = :users
71
end
72
73
self.date_from = options[:date_from] || Date.today.to_s
0 commit comments