1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-25 09:51:14 +00:00
2023-01-16 21:55:30 +00:00

5 lines
134 B
Ruby

# frozen_string_literal: true
require_relative 'lib/acts_as_attachable'
ActiveRecord::Base.send(:include, Redmine::Acts::Attachable)