The :fallbacks option apparently exists on localized fields and it is not documented. Default for it is true, it's used to disable fallbacks.
https://www.mongodb.com/docs/mongoid/master/reference/fields/#localized-fields
Check syntax:
field :description, localize: true, fallbacks: false