Here is the second half of Ilya Bodrov’s guide for Rails I18n. Did you miss Part I? Read it here!

Translations for ActiveRecord

So now suppose we wish to manage blog posts using our application. Create a scaffold and apply the corresponding migration:

Here is the second half of Ilya Bodrov’s guide for Rails I18n. Did you miss Part I? Read it here!
Translations for ActiveRecord
So now suppose we wish to manage blog posts using our application. Create a scaffold and apply the corresponding migration: […]