I'm preparing the object to be added to the databa...
# announcements
p
I'm preparing the object to be added to the database in another layer where my transaction happens, and therefore I can't use
MyEntity.new
in that layer, otherwise it complains that there's no transaction context.
t
Try #exposed