When I am trying add new translation:
I18n::Backend::ActiveRecord.new.store_translations(:encoding, :key => value)
I have following error:
ActiveModel::MassAssignmentSecurity::Error: Can't mass-assign protected attributes for I18n::Backend::ActiveRecord::Translation: locale, key, value
Anybody know how to fix this?