1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/rails_app/config/boot.rb
2011-09-08 09:05:06 +02:00

8 lines
No EOL
193 B
Ruby

unless defined?(DEVISE_ORM)
DEVISE_ORM = (ENV["DEVISE_ORM"] || :active_record).to_sym
end
require 'rubygems'
require 'bundler/setup'
$:.unshift File.expand_path('../../../../lib', __FILE__)