Files
maybe/app/models/crypto.rb
Zach Gollwitzer a947db92b2 Account namespace updates: part 1 (#893)
* Rename accountable types

* Merge conflicts

* Fix broken tests

* Add back sidebar changes
2024-06-20 07:26:25 -04:00

4 lines
59 B
Ruby

class Crypto < ApplicationRecord
include Accountable
end