foodsoft/app/models/financial_link.rb
Patrick Gansterer 53bb096046 Add FinancialLinks
For now this is only usefull for plugins, since there is no UI.
2017-10-28 20:17:16 +02:00

4 lines
101 B
Ruby

class FinancialLink < ActiveRecord::Base
has_many :financial_transactions
has_many :invoices
end