Skip to content

remove unnecessary require

ng requested to merge master_remove_require into master

it only works for sqlite3 backend and is anyway done by activerecord once the backend is being configured.

This change mainly allows the succesfull configuration and loading of other backends (e.g. postgresql).

Merge request reports