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