mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
3 lines
154 B
Ruby
3 lines
154 B
Ruby
# database
|
|
ActiveRecord::Base.configurations = {'test' => {:adapter => 'sqlite3', :database => ':memory:'}}
|
|
ActiveRecord::Base.establish_connection :test
|