diff options
Diffstat (limited to 'app/models/time_entry_query.rb')
-rw-r--r-- | app/models/time_entry_query.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |