Class: ActsAsCalculator::Run
- Defined in:
- app/models/acts_as_calculator/run.rb
Instance Method Summary collapse
-
#readonly? ⇒ Boolean
The audit trail is append-only: a correction is a new run, never an edit of the row that recorded what was actually applied.
Instance Method Details
#readonly? ⇒ Boolean
The audit trail is append-only: a correction is a new run, never an edit of the row that recorded what was actually applied.
20 21 22 |
# File 'app/models/acts_as_calculator/run.rb', line 20 def readonly? persisted? end |