mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
* start internationalization_setup * add passwords views translations * add account views translations * fix translations * temporary disable i18n used key
4 lines
72 B
Ruby
4 lines
72 B
Ruby
class Account::Depository < ApplicationRecord
|
|
include Accountable
|
|
end
|