en: jacaranda: errors: messages: unknown: "Maybe you found a bug, you got a not expected exception. Report this on https://github.com/maurogeorge/jacaranda/issues" precedence: "Model %{model} has no validation of inclusion or the acts_as_jacaranda as included before the validations" duplicated: "The following validators are in more than one field: %{validators}\n in this case, use the scoped parameter as:\n\n \_class %{model}\n \_\_# Your validations\n \_\_acts_as_jacaranda scoped: true\n \_end"