aselab / scala-activerecord

ActiveRecord-like ORM library for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play config not actually optional

stephennancekivell opened this issue · comments

If I dont have db.activerecord.* defined it throws errors in my unit tests. Are these really optional.

https://github.com/aselab/scala-activerecord/tree/master/activerecord-play2#confapplicationconf-optional

You are right.
It's not optional.