Sha256: 9c66457dac2e45f16fc5bf88ec2efc5b699c98882475bfb72285ae55ba03fcda
Contents?: true
Size: 324 Bytes
Versions: 6
Compression:
Stored size: 324 Bytes
Contents
RAILS_DEFAULT_LOGGER.info "** thumbs_up: setting up load paths **" %w{ models controllers helpers }.each do |dir| path = File.join(File.dirname(__FILE__) , 'lib', dir) $LOAD_PATH << path ActiveSupport::Dependencies.load_paths << path ActiveSupport::Dependencies.load_once_paths.delete(path) end require 'thumbs_up'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
thumbs_up-0.3.2 | rails/init.rb |
thumbs_up-0.3.1 | rails/init.rb |
thumbs_up-0.3.0 | rails/init.rb |
thumbs_up-0.2.3 | rails/init.rb |
thumbs_up-0.2.2 | rails/init.rb |
thumbs_up-0.2.1 | rails/init.rb |