Sha256: 4d61b67c0710ab0b37bc087670b1703f0537fecfd455a13c0f92688626fbfca3
Contents?: true
Size: 356 Bytes
Versions: 37
Compression:
Stored size: 356 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'pathname' base = Pathname(__FILE__).dirname.expand_path Dir.glob("#{base}/*_middleware.rb").each do |file| require file end
Version data entries
37 entries across 37 versions & 3 rubygems