This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/models/p_bank.rb
2021-10-13 18:14:54 +02:00

4 lines
99 B
Ruby

class PBank < ApplicationRecord
has_many :particulars, :as => :owner, :dependent => :destroy
end