mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 13:05:19 +02:00
4 lines
70 B
Ruby
4 lines
70 B
Ruby
|
class Account::Property < ApplicationRecord
|
||
|
include Accountable
|
||
|
end
|