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