From: Toshi MARUYAMA Date: Wed, 20 Nov 2019 16:29:41 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_entry_query.rb X-Git-Tag: 4.2.0~1536 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b131063315b6403745ab272e21cdb045eed24379;p=redmine.git cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_entry_query.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19103 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/time_entry_query.rb b/app/models/time_entry_query.rb index 99d4f667a..dd59d1067 100644 --- a/app/models/time_entry_query.rb +++ b/app/models/time_entry_query.rb @@ -18,7 +18,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. class TimeEntryQuery < Query - self.queried_class = TimeEntry self.view_permission = :view_time_entries