Sha256: 112aaea2b1f0efcd020301a90546c3ba17a0526aa324c104f4868bb4b4848eb2

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 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
ActionMailer::Base.send :include, SubdomainFu::Mailer

RAILS_DEFAULT_LOGGER.info("** SubdomainFu: initialized properly")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sentientmonkey-subdomain-fu-0.5.6 rails/init.rb
sentientmonkey-subdomain-fu-0.5.5 rails/init.rb