Sha256: 589cdb6a0a80cec187cb13dee2e546253b2cc6eb4dbeaafc36365a5c5bcfc95c
Contents?: true
Size: 299 Bytes
Versions: 9
Compression:
Stored size: 299 Bytes
Contents
#Allow whatever Ruby Package tool is being used ot manage load paths. gem auto adds the gem's lib dir to load path. require 'subdomain-fu' unless defined?(SubdomainFu) ActionController::Base.send :include, SubdomainFu::Controller RAILS_DEFAULT_LOGGER.info("** SubdomainFu: initialized properly")
Version data entries
9 entries across 9 versions & 4 rubygems