mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
* feat: add crypto account type to demo data * fix: set currency to BTC, revert schema migration change and fix tests * fix: update dates in time_series tests
4 lines
68 B
Ruby
4 lines
68 B
Ruby
class Account::Crypto < ApplicationRecord
|
|
include Accountable
|
|
end
|