cryptobot/app/models/currency.rb

4 lines
68 B
Ruby

class Currency < ApplicationRecord
has_many :bit_bay_trades
end