Sha256: fdd4e91b09183aa13f43fb9aed25d122e845a18883d420e205997706da7b66f7

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

# Load the rails application
require File.expand_path('../application', __FILE__)

["../lib/core_ext/**",
 "../lib/will_filter",
 "../lib/will_filter/containers"].each do |dir|
    Dir[File.expand_path("#{File.dirname(__FILE__)}/#{dir}/*.rb")].sort.each do |file|
      require file
    end
end

# Initialize the rails application
WillFilter::Application.initialize!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
will_filter-3.0.0 config/environment.rb