Sha256: 30f3579df2d204c5eb34468971a2ffa643972b3adff258c7fefe1ed7ded2134f
Contents?: true
Size: 746 Bytes
Versions: 16
Compression:
Stored size: 746 Bytes
Contents
require 'active_record' RAILS_DEFAULT_LOGGER = nil unless defined? RAILS_DEFAULT_LOGGER require 'has_many_polymorphs/reflection' require 'has_many_polymorphs/association' require 'has_many_polymorphs/class_methods' require 'has_many_polymorphs/support_methods' require 'has_many_polymorphs/base' class ActiveRecord::Base extend ActiveRecord::Associations::PolymorphicClassMethods end if ENV['HMP_DEBUG'] || ENV['RAILS_ENV'] =~ /development|test/ && ENV['USER'] == 'eweaver' require 'has_many_polymorphs/debugging_tools' end if defined? Rails and RAILS_ENV and RAILS_ROOT _logger_warn "rails environment detected" require 'has_many_polymorphs/configuration' require 'has_many_polymorphs/autoload' end _logger_debug "loaded ok"
Version data entries
16 entries across 16 versions & 3 rubygems