Enable soft_deletion of Budget::Investment::Translations

This commit is contained in:
Senén Rodero Rodríguez
2019-01-23 13:24:47 +01:00
committed by voodoorai2000
parent ef786d0658
commit f116477d6d
3 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ describe Budget::Investment do
it_behaves_like "sanitizable"
it_behaves_like "globalizable", :budget_investment
it_behaves_like "acts as imageable", :budget_investment_image
it_behaves_like "acts as paranoid", :budget_investment
end
it "is valid" do