We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f92915 commit cdc9e91Copy full SHA for cdc9e91
app/models/bank_account.rb
@@ -1,5 +1,6 @@
1
class BankAccount < ApplicationRecord
2
has_many :bank_transactions, dependent: :destroy
3
+ has_many :supplier_categories, dependent: :nullify
4
belongs_to :bank_gateway, optional: true
5
6
normalize_attributes :name, :iban, :description
0 commit comments