config_load path for dnsbl_check
This commit is contained in:
parent
1005d92bd1
commit
c39ca54b8c
|
@ -21,11 +21,13 @@ Rails::Initializer.run do |config|
|
||||||
config.active_record.schema_format = :ruby
|
config.active_record.schema_format = :ruby
|
||||||
|
|
||||||
config.load_paths << "#{RAILS_ROOT}/vendor/sqlite3-ruby"
|
config.load_paths << "#{RAILS_ROOT}/vendor/sqlite3-ruby"
|
||||||
|
config.load_paths << "#{RAILS_ROOT}/vendor/dnsbl_check"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Instiki-specific configuration below
|
# Instiki-specific configuration below
|
||||||
require_dependency 'instiki_errors'
|
require_dependency 'instiki_errors'
|
||||||
|
|
||||||
|
# TODO: remove this for Rails 1.2
|
||||||
# Enable UTF-8 support
|
# Enable UTF-8 support
|
||||||
$KCODE = 'u'
|
$KCODE = 'u'
|
||||||
require 'jcode'
|
require 'jcode'
|
||||||
|
|
Loading…
Reference in a new issue