Files
grecia/app/models/audit.rb
Javi Martín e0c2468bd2 Use a different controller for investment audits
The same way we do for milestones. We also make the code more consistent
since the view was already in a separate folder.
2019-11-05 13:03:45 +01:00

3 lines
33 B
Ruby

class Audit < Audited::Audit
end