1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/models/accounting_period.rb
2019-01-07 12:29:52 +01:00

9 lines
131 B
Ruby

class AccountingPeriod < ActiveRecord::Base
before_destroy { false }
before_update { false }
def delete
false
end
end