The translate_enum ViewHelper method is not working anymore.
This is due to the I18n.translate call in human_enum_name of SimpleEnum::Translation is calling I18n.translate incompatibly.
I have not checked since which Rails version this is the case, as this gem seems prettz abandoned anyways.
Documenting this anyways, also for others having this issue or potential users considering using this gem.
The
translate_enumViewHelper method is not working anymore.This is due to the
I18n.translatecall inhuman_enum_nameof SimpleEnum::Translation is callingI18n.translateincompatibly.I have not checked since which Rails version this is the case, as this gem seems prettz abandoned anyways.
Documenting this anyways, also for others having this issue or potential users considering using this gem.