summaryrefslogtreecommitdiffstats
path: root/lib/redmine/core_ext.rb
blob: 592ebe00467fc67b7b658cda7366b04e6782b087 (plain)
1
2
3
# frozen_string_literal: true

Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each {|file| require(file)}