Sha256: 3b1be83186dad02301925fa91ae0c306bdae38dd60447cff21846d1f417c8148
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
RAILS_GEM_VERSION = ENV['MULTIRAILS_RAILS_VERSION'] if ENV['MULTIRAILS_RAILS_VERSION'] require File.join(File.dirname(__FILE__), 'boot') require 'action_controller' Rails::Initializer.run do |config| config.action_controller.session = { :session_key => "_myapp_session", :secret => "7c74979e7db2230f84adbb4b3eb77d05" } config.load_paths << "#{RAILS_ROOT}/app/models/person" # moduleless model path end # Dependencies.log_activity = true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultrasphinx-1.7 | test/integration/app/config/environment.rb |