16314: Search both user and tmp paths for gems.
[arvados.git] / apps / workbench / app / models / application_record.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class ApplicationRecord < ActiveRecord::Base
6   self.abstract_class = true
7 end