mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
8 lines
193 B
Ruby
8 lines
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__) |