mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Account namespace updates: part 1 (#893)
* Rename accountable types * Merge conflicts * Fix broken tests * Add back sidebar changes
This commit is contained in:
parent
778098ebb0
commit
a947db92b2
54 changed files with 349 additions and 184 deletions
3
app/models/crypto.rb
Normal file
3
app/models/crypto.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Crypto < ApplicationRecord
|
||||
include Accountable
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue