mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
4 lines
60 B
Ruby
4 lines
60 B
Ruby
|
class Vehicle < ApplicationRecord
|
||
|
include Accountable
|
||
|
end
|