Merge branch 'devel' of github.com:danmunn/redmine_dmsf into devel

This commit is contained in:
Karel Pičman 2023-06-02 16:56:40 +02:00
commit 9ce4fc481c
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require 'xapian'
require "#{File.dirname(__FILE__)}/../../lib/redmine_dmsf/lockable"
# File
class DmsfFile < ApplicationRecord

View File

@ -19,6 +19,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../lib/redmine_dmsf/lockable"
# Folder
class DmsfFolder < ApplicationRecord
include RedmineDmsf::Lockable