4 lines
101 B
Ruby
4 lines
101 B
Ruby
class FinancialLink < ActiveRecord::Base
|
|
has_many :financial_transactions
|
|
has_many :invoices
|
|
end
|