Sha256: 0df6771400692c72245bc598f161058693ee558d3abbf83197882217b51ba820

Contents?: true

Size: 410 Bytes

Versions: 5

Compression:

Stored size: 410 Bytes

Contents

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

Rails.configuration.after_initialize do
  ["../lib",
   "../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_or_load file
      end
  end
end

WillFilter::Application.initialize!

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
will_filter-3.0.5 config/environment.rb
will_filter-3.0.4 config/environment.rb
will_filter-3.0.3 config/environment.rb
will_filter-3.0.2 config/environment.rb
will_filter-3.0.1 config/environment.rb