test/dummy/config/application.rb in spina-0.6.28 vs test/dummy/config/application.rb in spina-0.6.29
- old
+ new
@@ -43,8 +43,10 @@
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
+
+ config.active_record.raise_in_transactional_callbacks = true
end
end