DEV Community

n350071πŸ‡―πŸ‡΅
n350071πŸ‡―πŸ‡΅

Posted on

2 2

Rails I18n model name with namespace

config/locales/models.en.yml

en:
  activerecord:
    models:
      user: User
      properties/building: Building
      properties/unit: Unit
      properties/room: Room

if you have following models

class Properties::Building < ApplicationRecord end
class Properties::Unit < ApplicationRecord end
class Properties::Room < ApplicationRecord end

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free β†’

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay