mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 15:19:38 +02:00
* start internationalization_setup * add passwords views translations * add account views translations * fix translations * temporary disable i18n used key
3 lines
72 B
Ruby
3 lines
72 B
Ruby
class Account::OtherAsset < ApplicationRecord
|
|
include Accountable
|
|
end
|