subtract debits from cake balance
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
|
||||
default_scope { order(created_at: :desc) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user